summaryrefslogtreecommitdiff
path: root/math/siag
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-02 03:29:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-02 03:29:26 +0000
commit6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a (patch)
treec31d0022b011f120521cb2b532c8ec7a9954196c /math/siag
parentFix build with guile-1.6.4. (diff)
Chase guile's shared lib version.
Notes
Notes: svn path=/head/; revision=79982
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 75f043fa9e01..e893be265f9d 100644
--- a/math/siag/Makefile
+++ b/math/siag/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \
MAKE_ARGS= "-j 2"
.if defined(WITH_GUILE) || defined(GUILE)
-LIB_DEPENDS+= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
.endif
USE_X_PREFIX= yes