diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-01-28 01:59:00 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-01-28 01:59:00 +0800 |
commit | dbf27125d9a5a6daaca687ffefa7cf13de637788 (patch) | |
tree | a8bb283eac80ae0bfba8c34d7d581129fa3963c5 /graphics | |
parent | 1caad98c1e20ee9cacd0014f89679bd5ab6eeab3 (diff) | |
download | freebsd-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/Makefile | 4 |
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} |