diff options
author | makc <makc@FreeBSD.org> | 2013-11-22 00:55:54 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-22 00:55:54 +0800 |
commit | 38d697fecc3a04b9ca1505b478d5e014f9b408b7 (patch) | |
tree | d3bc482daafbf3ff99c41a31569f5df0b14b7d79 /games | |
parent | ca79beed89bf11c2b08ac0d284dfb34c7b90afc8 (diff) | |
download | freebsd-ports-gnome-38d697fecc3a04b9ca1505b478d5e014f9b408b7.tar.gz freebsd-ports-gnome-38d697fecc3a04b9ca1505b478d5e014f9b408b7.tar.zst freebsd-ports-gnome-38d697fecc3a04b9ca1505b478d5e014f9b408b7.zip |
- Get rid of deprecated QMAKEFLAGS
- Use globally provided QMAKE, etc.
Diffstat (limited to 'games')
-rw-r--r-- | games/djgame2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/djgame2/Makefile b/games/djgame2/Makefile index 372cfc676196..11c2aac57e4b 100644 --- a/games/djgame2/Makefile +++ b/games/djgame2/Makefile @@ -16,9 +16,6 @@ NO_BUILD= yes USE_ZIP= yes USE_QT4= gui qt3support qmake_build uic_build rcc_build moc_build svg -QMAKE?= qmake-qt4 -QMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ - WRKSRC= ${WRKDIR}/${DISTNAME} DATADIR= ${PREFIX}/share/djgame2 |