diff options
author | wen <wen@FreeBSD.org> | 2010-01-24 10:14:17 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-01-24 10:14:17 +0800 |
commit | 7f8310c19047680bae15660f11e6acf9bda01aa7 (patch) | |
tree | 1b12f99ca93f5b923477c161e40205b2160e3903 /science | |
parent | c0398f34e192bb262ebb4ca16b817c39fa34433a (diff) | |
download | freebsd-ports-gnome-7f8310c19047680bae15660f11e6acf9bda01aa7.tar.gz freebsd-ports-gnome-7f8310c19047680bae15660f11e6acf9bda01aa7.tar.zst freebsd-ports-gnome-7f8310c19047680bae15660f11e6acf9bda01aa7.zip |
- Bump PORTREVISION to chase the update of libctl
Diffstat (limited to 'science')
-rw-r--r-- | science/mpb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/mpb/Makefile b/science/mpb/Makefile index d5b33cf8e17b..c70809c8d9d4 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -8,7 +8,7 @@ PORTNAME= mpb PORTVERSION= 1.4.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ @@ -18,7 +18,7 @@ COMMENT= MIT Photonic-Bands BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ hdf5.0:${PORTSDIR}/science/hdf5 \ - ctl.3:${PORTSDIR}/science/libctl \ + ctl.4:${PORTSDIR}/science/libctl \ guile.20:${PORTSDIR}/lang/guile USE_FORTRAN= yes |