diff options
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 |