diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-08 18:44:24 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-08 18:44:24 +0000 |
commit | 3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882 (patch) | |
tree | b7d61b1db4b52ef46563c75ef09d60aadb6da242 /games/pokerth | |
parent | 6fe706fd4b9b0b87916cfce74ab6107039a1f1fe (diff) |
Convert the ports I maintain to USES=gmake.
Notes
Notes:
svn path=/head/; revision=322531
Diffstat (limited to 'games/pokerth')
-rw-r--r-- | games/pokerth/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |