From b0636d768f73315de3c2ba2317692badfa885724 Mon Sep 17 00:00:00 2001 From: fluffy Date: Sat, 30 Jan 2010 14:27:27 +0000 Subject: The KDE FreeBSD team is proud to announce the release of SIP-4.10 and PyQt-4.7 for FreeBSD. The official update notes can be found at http://www.riverbankcomputing.com We'd like to say thanks to all helpers, testers and submitters. --- graphics/qgis/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'graphics/qgis') diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index e1fd096bb751..0964eb67bb92 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,6 +7,7 @@ PORTNAME= qgis PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/qgis/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -26,7 +27,7 @@ USE_QT_VER= 4 USE_SQLITE= yes CMAKE_USE_PTHREAD= yes CMAKE_ENV+= QMAKESPEC=${QMAKESPEC} -QT_COMPONENTS= gui svg xml network sql linguist \ +QT_COMPONENTS= gui svg xml network sql designer linguist_build \ qmake_build moc_build rcc_build uic_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -36,7 +37,7 @@ USE_LDCONFIG= yes OPTIONS= GRASS "Enable GRASS support" Off \ POSTGIS "Enable PostGIS support" Off \ - PYTHON "Enable Python support" On + PYTHON "Enable Python (broken with sip-4.10)" Off .include @@ -65,6 +66,7 @@ PLIST_SUB+= PGSQL="@comment " .if defined(WITHOUT_PYTHON) PLIST_SUB+= QGIS_PYTHON="@comment " .else +IGNORE= doesn't compile with devel/py-sip>=4.10 PLIST_SUB+= QGIS_PYTHON="" BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sip>=4.8.2:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.5.4:${PORTSDIR}/x11-toolkits/py-qt4-gui \ -- cgit