aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-11-29 02:16:33 +0800
committerMax Brazhnikov <makc@FreeBSD.org>2013-11-29 02:16:33 +0800
commit847ccb389f1f61777974c57013b0099b829a5774 (patch)
tree19b1cb9e79af2cf83c5500b404f5824580d31ba0 /lang
parentc88fa9457d48c16f175ae4614c04262ff39edb6e (diff)
downloadfreebsd-ports-gnome-847ccb389f1f61777974c57013b0099b829a5774.tar.gz
freebsd-ports-gnome-847ccb389f1f61777974c57013b0099b829a5774.tar.zst
freebsd-ports-gnome-847ccb389f1f61777974c57013b0099b829a5774.zip
- Use QMAKE_SOURCE_PATH instead of deprecated QMAKE_PRO
- Use NO_WRKSUBDIR while I'm here
Diffstat (limited to 'lang')
-rw-r--r--lang/basic256/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/basic256/Makefile b/lang/basic256/Makefile
index fc74ad8238fa..3fe71b29c673 100644
--- a/lang/basic256/Makefile
+++ b/lang/basic256/Makefile
@@ -16,13 +16,12 @@ BUILD_DEPENDS= espeak:${PORTSDIR}/audio/espeak \
sqlite3:${PORTSDIR}/databases/sqlite3 \
flex:${PORTSDIR}/textproc/flex
-WRKSRC= ${WRKDIR}
-
USES= bison dos2unix qmake
USE_SDL= sdl mixer
USE_QT4= corelib gui network xml webkit moc_build rcc_build uic_build
-QMAKE_PRO= BASIC256.pro
+QMAKE_SOURCE_PATH= BASIC256.pro
+NO_WRKSUBDIR= yes
MAKE_JOBS_UNSAFE= yes
post-patch: