diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 01:05:13 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 01:05:13 +0000 |
commit | 43cb09fb69752191e4f5a5d922f5ba21bc878379 (patch) | |
tree | a74383a39735e75eea204f91170c39c12d90b118 /math | |
parent | 7400314e11d478eec2934c590d816e4612a452b2 (diff) | |
download | freebsd-ports-43cb09fb69752191e4f5a5d922f5ba21bc878379.zip |
Update for new shlib revision from guile 1.4
Diffstat (limited to 'math')
-rw-r--r-- | math/siag/Makefile | 2 |
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) |