diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-11 09:17:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-11 09:17:11 +0000 |
commit | e0829d1510742e4a97056184f38ab22d4380d705 (patch) | |
tree | 64cdc0006487c0101e8ec1b924995869b397b49c /games/pokerth/Makefile | |
parent | 4787754c06de5e32c9a65208b3fad52d5facb372 (diff) |
Notes
Diffstat (limited to 'games/pokerth/Makefile')
-rw-r--r-- | games/pokerth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 5f1c9a200246..a72d76275652 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -24,7 +24,7 @@ MANUAL_PACKAGE_BUILD= requires large memory to build USE_BZIP2= yes USE_GMAKE= yes USE_QT_VER= 4 -QT_COMPONENTS= gui corelib qmake moc rcc uic +QT_COMPONENTS= gui corelib qmake_build moc_build rcc_build uic_build USE_SDL= mixer WRKSRC= ${WRKDIR}/PokerTH-${PORTVERSION} |