aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-07-09 02:44:24 +0800
committermadpilot <madpilot@FreeBSD.org>2013-07-09 02:44:24 +0800
commit635f0b0f78e20730700c8fff56bb07d9cbc15903 (patch)
treeb7d61b1db4b52ef46563c75ef09d60aadb6da242 /games
parent0c1de48bb71cc32a827a803661c1e9d966fb6ee7 (diff)
downloadfreebsd-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/Makefile3
-rw-r--r--games/traindirector/Makefile2
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