diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-26 12:59:35 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-26 12:59:35 +0000 |
commit | bc663491d334c71400eba0bfe902e4b5a4037e4d (patch) | |
tree | dd50502fa4788e3b363940f3f590f0d03d9d6ad2 /games/pokerth | |
parent | 0541acd5bfd5b3b5ba2257858bcb66262dcca36b (diff) |
- Clean up after conversion to USES=qmake
Approved by: portmgr (blanket approval)
Notes
Notes:
svn path=/head/; revision=334927
Diffstat (limited to 'games/pokerth')
-rw-r--r-- | games/pokerth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index b22622f516d7..f2acdab5ddcb 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0 DISTNAME= PokerTH-${PORTVERSION}-src MAINTAINER= madpilot@FreeBSD.org -COMMENT= A poker game written in C++/QT4 +COMMENT= Poker game written in C++/Qt4 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -25,10 +25,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient USES= iconv gmake qmake USE_BZIP2= yes -USE_QT4= gui corelib network sql sql-sqlite3 qmake_build \ +USE_QT4= gui corelib network sql sql-sqlite3 \ moc_build rcc_build uic_build USE_SDL= mixer -QMAKE_PRO= pokerth.pro +QMAKE_SOURCE_PATH= pokerth.pro PORTDOCS= server_setup_howto.txt |