svn commit: r360326 - head/emulators/tiemu3
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jul 3 00:07:09 UTC 2014
Author: amdmi3
Date: Thu Jul 3 00:07:09 2014
New Revision: 360326
URL: http://svnweb.freebsd.org/changeset/ports/360326
QAT: https://qat.redports.org/buildarchive/r360326/
Log:
- Switch to USES=libtool
Approved by: portmgr blanket
Modified:
head/emulators/tiemu3/Makefile
Modified: head/emulators/tiemu3/Makefile
==============================================================================
--- head/emulators/tiemu3/Makefile Thu Jul 3 00:06:30 2014 (r360325)
+++ head/emulators/tiemu3/Makefile Thu Jul 3 00:07:09 2014 (r360326)
@@ -3,7 +3,7 @@
PORTNAME= tiemu3
PORTVERSION= 3.03
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= emulators
MASTER_SITES= SF/gtktiemu/tiemu-linux/TIEmu%20${DISTVERSION}
DISTNAME= tiemu-${DISTVERSION}
@@ -16,8 +16,8 @@ LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/
libticables2.so:${PORTSDIR}/comms/libticables2 \
libtifiles2.so:${PORTSDIR}/devel/libtifiles2
-USES= gmake pkgconfig
-USE_AUTOTOOLS= libtool
+USES= gmake libtool pkgconfig
+GNU_CONFIGURE= yes
USE_GNOME= gtk20 libglade2
USE_SDL= sdl
More information about the svn-ports-all
mailing list