summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-10-15 21:52:33 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-10-15 21:52:33 +0000
commitd6119cb10732fbe86cddd3e8dfcf0c69cb4420af (patch)
treedc4e9f53f984f9268c3a8b413624043be221dc05 /www
parentwww/py-flexget: update to 1.1.138 (diff)
Update SIP to 4.15.2 and PyQt to 4.10.3.
This commit also adds proper staging support to all the ports being updated. In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
Notes
Notes: svn path=/head/; revision=330463
Diffstat (limited to 'www')
-rw-r--r--www/py-qt4-webkit/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/py-qt4-webkit/Makefile b/www/py-qt4-webkit/Makefile
index 56f7c43c4bfb..e83c6d248371 100644
--- a/www/py-qt4-webkit/Makefile
+++ b/www/py-qt4-webkit/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-q
DISTINFO_FILE= ${PYQT4_DISTINFO_FILE}
HAS_CONFIGURE= yes
USE_PYTHON= 2.5+
-USE_QT4= qmake_build gui network webkit
+USE_QT4= qmake_build gui moc_build network webkit
OPTIONS_DEFINE= API
OPTIONS_DEFAULT=API
@@ -37,7 +37,6 @@ ARGS= -b ${PREFIX}/bin \
CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
-NO_STAGE= yes
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
.include <bsd.port.options.mk>