diff options
author | rafan <rafan@FreeBSD.org> | 2008-07-21 12:49:09 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-07-21 12:49:09 +0800 |
commit | 2a64d11744e98b858a68221ebdb694303902a188 (patch) | |
tree | c2445ac9ed500e6da9beb6d9491ef9b64f99c673 /graphics | |
parent | 38b69bf45012acf034f61e46b686ff72ddfc0be5 (diff) | |
download | freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.tar.gz freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.tar.zst freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.zip |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 8afb20ce293a..b712526eef34 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -363,7 +363,7 @@ PLIST_SUB+= WITH_TCL="@comment " .if defined(WITH_GUILE) CONFIGURE_ARGS+= --enable-guile PLIST_SUB+= WITH_GUILE="" -LIB_DEPENDS+= guile.18:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile MANN+= gv_guile.n .else CONFIGURE_ARGS+= --disable-guile |