diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-02 11:29:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-02 11:29:26 +0800 |
commit | f2957143a59075805ac0945e29236840562c899e (patch) | |
tree | dbff97e68227244263f74e0a9e69ed4d65993552 /science | |
parent | bbf81f184024ecfffb954b8ca295ab5ab167b742 (diff) | |
download | freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.tar.gz freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.tar.zst freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.zip |
Chase guile's shared lib version.
Diffstat (limited to 'science')
-rw-r--r-- | science/libctl/Makefile | 2 | ||||
-rw-r--r-- | science/mpb/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/science/mpb/Makefile b/science/mpb/Makefile index b325c600c32c..3356f21fd83c 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas \ atlas.1:${PORTSDIR}/math/atlas \ fftw.2:${PORTSDIR}/math/fftw \ hdf5.0:${PORTSDIR}/graphics/hdf5 \ - guile.10:${PORTSDIR}/lang/guile + guile.15:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |