aboutsummaryrefslogtreecommitdiff
path: root/devel/py-qt4-scripttools/Makefile
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2010-05-11 10:43:10 +0000
committerDima Panov <fluffy@FreeBSD.org>2010-05-11 10:43:10 +0000
commit8406d1f1d4fc6093ef1c1b93ce3a7b5c655ca7d1 (patch)
tree3d427f0cb78d0a9a228e424b4cb0376cd7ff3c9e /devel/py-qt4-scripttools/Makefile
parent0a0091d28781f493a9a8b9669f218a51d72706ec (diff)
Notes
Diffstat (limited to 'devel/py-qt4-scripttools/Makefile')
-rw-r--r--devel/py-qt4-scripttools/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/py-qt4-scripttools/Makefile b/devel/py-qt4-scripttools/Makefile
index 1e1c01cc38f4..c898fb7d0c57 100644
--- a/devel/py-qt4-scripttools/Makefile
+++ b/devel/py-qt4-scripttools/Makefile
@@ -7,7 +7,6 @@
PORTNAME= scripttools
PORTVERSION= ${PYQT4_VERSION}
-PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITES_PYQT4}
@@ -43,7 +42,7 @@ ARGS= -b ${PREFIX}/bin\
--enable QtScriptTools
.include "../py-sip/files/bsd.pyqt.mk"
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITH_DEBUG)
ARGS+= --debug
@@ -67,10 +66,6 @@ PLIST_SUB+= SIP=""
ARGS+= --trace
.endif
-.if ${OSVERSION} < 700000
-BROKEN= does not compile on 6.X
-.endif
-
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
${PYTHON_CMD} configure.py ${ARGS}
@@ -82,4 +77,4 @@ post-configure:
-e 's|LINK = c++|LINK = ${CXX}|'\
${WRKSRC}/QtScriptTools/Makefile
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>