diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-24 14:36:36 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-24 14:36:36 +0000 |
commit | a52289b0fb354366321311f25dec3044dc124ad7 (patch) | |
tree | d3274d004fc8c910ddbf486f52d8153b6a4905e3 /graphics/qgis/Makefile | |
parent | f11694b7a8f48baa7a5dec398820821ec7111e95 (diff) | |
download | ports-a52289b0fb354366321311f25dec3044dc124ad7.tar.gz ports-a52289b0fb354366321311f25dec3044dc124ad7.zip |
Notes
Diffstat (limited to 'graphics/qgis/Makefile')
-rw-r--r-- | graphics/qgis/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 260f3416f5dc..138c7ecbb001 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,7 +7,7 @@ PORTNAME= qgis PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/qgis/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -26,7 +26,8 @@ USE_QT_VER= 4 USE_SQLITE= yes CMAKE_USE_PTHREAD= yes CMAKE_ENV+= QMAKESPEC=${QMAKESPEC} -QT_COMPONENTS= qmake gui moc rcc uic svg xml network sql linguist +QT_COMPONENTS= gui svg xml network sql linguist_build \ + qmake_build moc_build rcc_build uic_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-qtdir=${QTDIR} |