summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 13:20:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 13:20:04 +0000
commitcfcc8c6c9a8b2528c8f675f275cf2be296d723f8 (patch)
tree5077640f5a22f591908a0deea75ab14206cdc71f /x11-toolkits
parentDo not define gmake usage after pre.mk (diff)
Mark jobs unsafe
Trim headers Convert to USES=gmake
Notes
Notes: svn path=/head/; revision=322831
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-pyqwt/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/py-pyqwt/Makefile b/x11-toolkits/py-pyqwt/Makefile
index f2438edfe417..7802e064c701 100644
--- a/x11-toolkits/py-pyqwt/Makefile
+++ b/x11-toolkits/py-pyqwt/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-pyqwt
-# Date created: 2009-01-20
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= pyqwt
PORTVERSION= 5.2.0
@@ -27,9 +23,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/qmake-qt4:${PORTSDIR}/devel/qmake4 \
RUN_DEPENDS:= ${BUILD_DEPENDS}
LIB_DEPENDS= qwt.5:${PORTSDIR}/x11-toolkits/qwt5
+USES= gmake
USE_PYTHON= 2.5+
-USE_GMAKE= yes
MAKEFILE= GNUmakefile
+MAKE_JOBS_UNSAFE= yes
post-patch:
${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \