1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

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]
This commit is contained in:
Koop Mast 2013-01-27 17:59:00 +00:00
parent 1caad98c1e
commit dbf27125d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311075

View File

@ -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}