diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 08:07:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 08:07:09 +0800 |
commit | 75830c1a9733ec4b564111e6277bbf07b358fec6 (patch) | |
tree | 810e8d48892e9257d035ceb15b74eaacd365ad82 /emulators/tiemu3 | |
parent | 1c6a82f976b9eb413fdfca757c1e8d14d9a1fcb7 (diff) | |
download | freebsd-ports-gnome-75830c1a9733ec4b564111e6277bbf07b358fec6.tar.gz freebsd-ports-gnome-75830c1a9733ec4b564111e6277bbf07b358fec6.tar.zst freebsd-ports-gnome-75830c1a9733ec4b564111e6277bbf07b358fec6.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'emulators/tiemu3')
-rw-r--r-- | emulators/tiemu3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index e27396805d8e..dbbd8edfc3e2 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -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}/comms/libticalcs2 \ 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 |