diff options
author | jseger <jseger@FreeBSD.org> | 1999-11-29 02:37:54 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-11-29 02:37:54 +0000 |
commit | a2c698bc01ee2e58140b804eae7abfaeae75aa1b (patch) | |
tree | 0fff4cd97ad973bfbc00651138eb8aa7f1029845 /math | |
parent | fdcdc1b62e178e76ad78ad3cf2eb97f38c2744f2 (diff) | |
download | FreeBSD-ports-a2c698bc01ee2e58140b804eae7abfaeae75aa1b.zip FreeBSD-ports-a2c698bc01ee2e58140b804eae7abfaeae75aa1b.tar.gz |
Guile shared lib version changed
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 4bb0ec1..b982912 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) |