aboutsummaryrefslogtreecommitdiff
path: root/math/siag
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-08-04 01:05:13 +0000
committerAde Lovett <ade@FreeBSD.org>2000-08-04 01:05:13 +0000
commit43cb09fb69752191e4f5a5d922f5ba21bc878379 (patch)
treea74383a39735e75eea204f91170c39c12d90b118 /math/siag
parent7400314e11d478eec2934c590d816e4612a452b2 (diff)
downloadports-43cb09fb69752191e4f5a5d922f5ba21bc878379.tar.gz
ports-43cb09fb69752191e4f5a5d922f5ba21bc878379.zip
Update for new shlib revision from guile 1.4
Notes
Notes: svn path=/head/; revision=31281
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)