summaryrefslogtreecommitdiff
path: root/graphics
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 /graphics
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 'graphics')
-rw-r--r--graphics/py-qt4-svg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/py-qt4-svg/Makefile b/graphics/py-qt4-svg/Makefile
index 2bd5ce2cda6f..9728312160b0 100644
--- a/graphics/py-qt4-svg/Makefile
+++ b/graphics/py-qt4-svg/Makefile
@@ -18,7 +18,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= svg qmake_build
+USE_QT4= moc_build svg qmake_build
OPTIONS_DEFINE= API
OPTIONS_DEFAULT=API
@@ -38,7 +38,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>