diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-01 14:22:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-01 14:22:42 +0800 |
commit | 6127ef4c19b3753b5c840084cb831d63174d1be5 (patch) | |
tree | 89299bcb6515924909e72b49e39c149921ba8fd2 /graphics/graphviz | |
parent | 337ea022b8a5578a7859f25f4046591bee3d8325 (diff) | |
download | freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.gz freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.zst freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.zip |
Chase libguile shared lib version.
Diffstat (limited to 'graphics/graphviz')
-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 b7adcf4f5cd8..ef1bfef76f3b 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -301,7 +301,7 @@ PLIST_SUB+= WITH_TCL="@comment " .if defined(WITH_GUILE) CONFIGURE_ARGS+= --enable-guile PLIST_SUB+= WITH_GUILE="" -LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.18:${PORTSDIR}/lang/guile MANN+= gv_guile.n .else CONFIGURE_ARGS+= --disable-guile |