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 | |
parent | Remove qt4 build tools from run dependencies. (diff) |
Remove qt4 build tools from run dependencies.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=234484
-rw-r--r-- | editors/yzis/Makefile | 3 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index 7894eb540952..8c5e537671ff 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -7,6 +7,7 @@ PORTNAME= yzis PORTVERSION= 1.0.a.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ http://contribs.martymac.com/FreeBSD-ports/distfiles/ @@ -21,7 +22,7 @@ USE_XORG= x11 xext ice USE_LUA= 5.1 LUA_COMPS= lua USE_QT_VER= 4 -QT_COMPONENTS= qtestlib qmake rcc uic moc gui xml +QT_COMPONENTS= qtestlib qmake_build rcc_build uic_build moc_build gui xml USE_PERL5= yes USE_CMAKE= yes 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} |