diff options
Diffstat (limited to 'devel/umlgraph/Makefile')
-rw-r--r-- | devel/umlgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/umlgraph/Makefile b/devel/umlgraph/Makefile index 2219f78045a0..93982f998d20 100644 --- a/devel/umlgraph/Makefile +++ b/devel/umlgraph/Makefile @@ -25,7 +25,7 @@ JAVA_VERSION= 1.5+ BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ pic2plot:${PORTSDIR}/graphics/plotutils -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_FILES= bin/umlgraph %%JAVAJARDIR%%/UmlGraph.jar |