From d5373f69c011e520350cf361630928deb15147ea Mon Sep 17 00:00:00 2001 From: rakuco Date: Tue, 15 Oct 2013 21:52:33 +0000 Subject: 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 and Tomasz Kowalczyk . --- graphics/py-qt4-svg/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics') 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 -- cgit