aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-01-28 01:59:00 +0800
committerKoop Mast <kwm@FreeBSD.org>2013-01-28 01:59:00 +0800
commitdbf27125d9a5a6daaca687ffefa7cf13de637788 (patch)
treea8bb283eac80ae0bfba8c34d7d581129fa3963c5 /graphics
parent1caad98c1e20ee9cacd0014f89679bd5ab6eeab3 (diff)
downloadfreebsd-ports-gnome-dbf27125d9a5a6daaca687ffefa7cf13de637788.tar.gz
freebsd-ports-gnome-dbf27125d9a5a6daaca687ffefa7cf13de637788.tar.zst
freebsd-ports-gnome-dbf27125d9a5a6daaca687ffefa7cf13de637788.zip
Update graphviz LIB_DEPEND line, the old library was dropped from the graphviz
package. [1] Remove obsolete reinplace line, was applied by upstream. [2] Reported by: Mike Harding <mvharding@gmail.com> [1], Rainer Hurling <rhurlin@gwdg.de> [2] Pointyhat to: dinoex@ [1]
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gegl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 3c8e40246c14..f1caa0378380 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
@@ -203,8 +203,6 @@ post-patch:
.endif
${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g ; s|x86_64|amd64|g' \
${WRKSRC}/configure
- ${REINPLACE_CMD} -e 's|/usr/bin/ruby|/usr/bin/env ruby|' \
- ${WRKSRC}/tools/gobj2dot.rb
post-build:
.if ${PORT_OPTIONS:MDOCS}