summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/yzis/Makefile3
-rw-r--r--graphics/qgis/Makefile5
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}