summaryrefslogtreecommitdiff
path: root/math/siag
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-11-29 02:37:54 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-11-29 02:37:54 +0000
commitc9eab958417f20051cf10f3dabe682ee5f166eb0 (patch)
tree1046f9b2927303b7347c6f4a068e1452cfabf66e /math/siag
parentUpgrade to guile-1.3.4 (diff)
Guile shared lib version changed
Notes
Notes: svn path=/head/; revision=23481
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 4bb0ec1b935e..b982912b8175 100644
--- a/math/siag/Makefile
+++ b/math/siag/Makefile
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
.if defined(GUILE)
-LIB_DEPENDS+= guile.4:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.6:${PORTSDIR}/lang/guile
.endif
.if !defined(NOGDBM)