summaryrefslogtreecommitdiff
path: root/graphics/kgraphviewer/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-15 22:39:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-15 22:39:43 +0000
commite91871da065091b5fcd4b987986f587abaf7d029 (patch)
treef0971c67cad4d7fcfb4c5bd54b1a9cefdf6b91ce /graphics/kgraphviewer/Makefile
parent- Add missing QT dependency (diff)
- Update to 4.1.2
Notes
Notes: svn path=/head/; revision=226205
Diffstat (limited to 'graphics/kgraphviewer/Makefile')
-rw-r--r--graphics/kgraphviewer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/kgraphviewer/Makefile b/graphics/kgraphviewer/Makefile
index 62bb3030f1c8..a32847a5ef00 100644
--- a/graphics/kgraphviewer/Makefile
+++ b/graphics/kgraphviewer/Makefile
@@ -7,7 +7,6 @@
PORTNAME= kgraphviewer
PORTVERSION= ${APP_VER}.${EXTRA_VER}
-PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${EXTRA_VER}/src/extragear
@@ -20,10 +19,10 @@ COMMENT= GraphViz dot graph viewer for KDE
USE_BZIP2= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4
USE_QT_VER= 4
-QT_COMPONENTS= corelib uic_build moc_build
+QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build
USE_CMAKE= yes
APP_VER= 2.0.2
-EXTRA_VER= 4.1.1
+EXTRA_VER= 4.1.2
.include <bsd.port.mk>