diff options
Diffstat (limited to 'graphics/kgraphviewer/Makefile')
-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 |