diff options
author | rafan <rafan@FreeBSD.org> | 2007-08-11 17:17:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-08-11 17:17:11 +0800 |
commit | e0795bd8c9844864960b175b2898a1515fca80cb (patch) | |
tree | 23075d68d7b027fb808a28f2123e2bbc9539c534 /games | |
parent | c3e75745cc243efcdeb67064c865d91077ca8ecc (diff) | |
download | freebsd-ports-graphics-e0795bd8c9844864960b175b2898a1515fca80cb.tar.gz freebsd-ports-graphics-e0795bd8c9844864960b175b2898a1515fca80cb.tar.zst freebsd-ports-graphics-e0795bd8c9844864960b175b2898a1515fca80cb.zip |
- Change some dependencies into build only after bsd.qt.mk rev 1.3
PR: ports/115195
Submitted by: Yinghong.Liu (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/djgame2/Makefile | 2 | ||||
-rw-r--r-- | games/pokerth/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/djgame2/Makefile b/games/djgame2/Makefile index cb024abfaf5..9583daf52c0 100644 --- a/games/djgame2/Makefile +++ b/games/djgame2/Makefile @@ -18,7 +18,7 @@ COMMENT= bluedj contains many popular online games NO_BUILD= yes USE_ZIP= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake gui moc qt3support uic rcc +QT_COMPONENTS= gui qt3support qmake_build uic_build rcc_build moc_build QMAKE?= qmake-qt4 QMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 5f1c9a20024..a72d7627565 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} |