aboutsummaryrefslogtreecommitdiffstats
path: root/math/siag
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-08-04 09:05:13 +0800
committerade <ade@FreeBSD.org>2000-08-04 09:05:13 +0800
commita89565ec195ef694fbb1284b49e6272bd86a7654 (patch)
tree62ed8df6938677e5f4e2086d1a49cdec7a40abad /math/siag
parent6182faf4d411c4aec4655e2bb1c5c112c79cffcd (diff)
downloadfreebsd-ports-gnome-a89565ec195ef694fbb1284b49e6272bd86a7654.tar.gz
freebsd-ports-gnome-a89565ec195ef694fbb1284b49e6272bd86a7654.tar.zst
freebsd-ports-gnome-a89565ec195ef694fbb1284b49e6272bd86a7654.zip
Update for new shlib revision from guile 1.4
Diffstat (limited to 'math/siag')
-rw-r--r--math/siag/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile
index bf747bbaed38..81e035e93fe2 100644
--- a/math/siag/Makefile
+++ b/math/siag/Makefile
@@ -26,7 +26,7 @@ MAKE_ARGS= "-j 2"
CPPFLAGS+= -I${LOCALBASE}/include -DX11BASE='\"${X11BASE}\"'
.if defined(GUILE)
-LIB_DEPENDS+= guile.6:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.9:${PORTSDIR}/lang/guile
.endif
.if !defined(NOGDBM)