aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-11-29 02:16:33 +0800
committermakc <makc@FreeBSD.org>2013-11-29 02:16:33 +0800
commitc6c18ca6996b85c7e93c3124d97edd2dc953a9e5 (patch)
tree19b1cb9e79af2cf83c5500b404f5824580d31ba0 /lang
parentc9628ad418b5f6a3cb674edff1fec33eb8f8addc (diff)
downloadfreebsd-ports-gnome-c6c18ca6996b85c7e93c3124d97edd2dc953a9e5.tar.gz
freebsd-ports-gnome-c6c18ca6996b85c7e93c3124d97edd2dc953a9e5.tar.zst
freebsd-ports-gnome-c6c18ca6996b85c7e93c3124d97edd2dc953a9e5.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: