summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-02 18:58:58 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-02 18:58:58 +0800
commit653a6095a460b474d6fa4294b002d26dd0258f18 (patch)
tree6c9d25b922a35ab62bd39bf445b3257c4a9f1d28 /graphics
parent832c0538c5db4abd5fc2fbd8cf5dd105858fb078 (diff)
downloadmarcuscom-ports-653a6095a460b474d6fa4294b002d26dd0258f18.tar
marcuscom-ports-653a6095a460b474d6fa4294b002d26dd0258f18.tar.gz
marcuscom-ports-653a6095a460b474d6fa4294b002d26dd0258f18.tar.bz2
marcuscom-ports-653a6095a460b474d6fa4294b002d26dd0258f18.tar.lz
marcuscom-ports-653a6095a460b474d6fa4294b002d26dd0258f18.tar.xz
marcuscom-ports-653a6095a460b474d6fa4294b002d26dd0258f18.tar.zst
marcuscom-ports-653a6095a460b474d6fa4294b002d26dd0258f18.zip
Sync with ports, fix graphviz lib_depend line
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17214 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gegl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 1192651ab..570bd9d19 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -87,7 +87,7 @@ PLIST_SUB+= FFMPEG="@comment "
.endif
.if ${PORT_OPTIONS:MGRAPHVIZ}
-LIB_DEPENDS+= graph:${PORTSDIR}/graphics/graphviz
+LIB_DEPENDS+= gvpr:${PORTSDIR}/graphics/graphviz
.else
CONFIGURE_ARGS+=--without-graphviz
.endif