diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-22 16:04:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-22 16:04:11 +0000 |
commit | 13c0f276050af12993dbcdf0f2c276d70b2ad751 (patch) | |
tree | cb8ac7f48c174332248e1467018137acf40d1173 /graphics/graphviz | |
parent | 1fe364400380af2bf36b77f3f8042eb2e67e1c94 (diff) |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 06b29120e2ba..2a89d9fac07c 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -7,6 +7,7 @@ PORTNAME= graphviz PORTVERSION= 2.20.3 +PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -363,7 +364,7 @@ PLIST_SUB+= WITH_TCL="@comment " .if defined(WITH_GUILE) CONFIGURE_ARGS+= --enable-guile PLIST_SUB+= WITH_GUILE="" -LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile MANN+= gv_guile.n .else CONFIGURE_ARGS+= --disable-guile |