diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-02 03:29:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-02 03:29:26 +0000 |
commit | 6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a (patch) | |
tree | c31d0022b011f120521cb2b532c8ec7a9954196c /science/libctl/Makefile | |
parent | Fix build with guile-1.6.4. (diff) |
Chase guile's shared lib version.
Diffstat (limited to 'science/libctl/Makefile')
-rw-r--r-- | science/libctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libctl/Makefile b/science/libctl/Makefile index 3daa80ceb345..63920cf50c45 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://ab-initio.mit.edu/libctl/ MAINTAINER= ports@FreeBSD.org COMMENT= Control Language Library -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes |