diff options
author | makc <makc@FreeBSD.org> | 2009-08-10 02:31:05 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-08-10 02:31:05 +0800 |
commit | 349d628941af3e96e2f9ffecf091d7c39e2347f1 (patch) | |
tree | 7a6ad69879b4a050e2cf66b49f9f82b2decaf4f8 /graphics | |
parent | a091db06371409967e5c8989a79466f7fb8fcb7d (diff) | |
download | freebsd-ports-gnome-349d628941af3e96e2f9ffecf091d7c39e2347f1.tar.gz freebsd-ports-gnome-349d628941af3e96e2f9ffecf091d7c39e2347f1.tar.zst freebsd-ports-gnome-349d628941af3e96e2f9ffecf091d7c39e2347f1.zip |
Fix dependencies
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kgraphviewer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kgraphviewer/Makefile b/graphics/kgraphviewer/Makefile index 653a2ed489b2..e6a69aba003e 100644 --- a/graphics/kgraphviewer/Makefile +++ b/graphics/kgraphviewer/Makefile @@ -7,6 +7,7 @@ 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 @@ -16,8 +17,7 @@ DIST_SUBDIR= KDE/extragear MAINTAINER= kde@FreeBSD.org COMMENT= GraphViz dot graph viewer for KDE -BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz -RUN_DEPENDS+= ${BUILD_DEPENDS} +LIB_DEPENDS= gvc.5:${PORTSDIR}/graphics/graphviz USE_BZIP2= yes USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 |