diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-07-09 02:44:24 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-07-09 02:44:24 +0800 |
commit | 635f0b0f78e20730700c8fff56bb07d9cbc15903 (patch) | |
tree | b7d61b1db4b52ef46563c75ef09d60aadb6da242 /games | |
parent | 0c1de48bb71cc32a827a803661c1e9d966fb6ee7 (diff) | |
download | freebsd-ports-gnome-635f0b0f78e20730700c8fff56bb07d9cbc15903.tar.gz freebsd-ports-gnome-635f0b0f78e20730700c8fff56bb07d9cbc15903.tar.zst freebsd-ports-gnome-635f0b0f78e20730700c8fff56bb07d9cbc15903.zip |
Convert the ports I maintain to USES=gmake.
Diffstat (limited to 'games')
-rw-r--r-- | games/pokerth/Makefile | 3 | ||||
-rw-r--r-- | games/traindirector/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index a07d23872c1c..e66e0adb0f9e 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -22,9 +22,8 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ protobuf:${PORTSDIR}/devel/protobuf BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient -USES= iconv +USES= iconv gmake USE_BZIP2= yes -USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_QT4= gui corelib network sql sql-sqlite3 qmake_build \ moc_build rcc_build uic_build diff --git a/games/traindirector/Makefile b/games/traindirector/Makefile index 318ebd2fdd2f..578628db13a1 100644 --- a/games/traindirector/Makefile +++ b/games/traindirector/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 NO_WRKSUBDIR= yes MAKE_JOBS_SAFE= yes -USE_GMAKE= yes +USES= gmake USE_GNOME= gtk20 USE_ZIP= yes |