diff options
author | makc <makc@FreeBSD.org> | 2009-05-24 22:36:36 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-05-24 22:36:36 +0800 |
commit | 7ca14474a9585ae53dbc7f1682bf24770c3daa66 (patch) | |
tree | b34d60f82031f170e9e32e9e32fd29c7bc52eb45 /graphics/qgis | |
parent | 649a19f3545ead2a728120860d5bc30a23a5d421 (diff) | |
download | freebsd-ports-graphics-7ca14474a9585ae53dbc7f1682bf24770c3daa66.tar.gz freebsd-ports-graphics-7ca14474a9585ae53dbc7f1682bf24770c3daa66.tar.zst freebsd-ports-graphics-7ca14474a9585ae53dbc7f1682bf24770c3daa66.zip |
Remove qt4 build tools from run dependencies.
Approved by: maintainer
Diffstat (limited to 'graphics/qgis')
-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 260f3416f5d..138c7ecbb00 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} |