diff options
author | bf <bf@FreeBSD.org> | 2013-08-27 00:06:37 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-08-27 00:06:37 +0800 |
commit | 1851b95b9492315bfd099d4f65c9edda47271bb4 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /science/abinit | |
parent | d20958189a812014914778007f4aabed5f350cea (diff) | |
download | freebsd-ports-gnome-1851b95b9492315bfd099d4f65c9edda47271bb4.tar.gz freebsd-ports-gnome-1851b95b9492315bfd099d4f65c9edda47271bb4.tar.zst freebsd-ports-gnome-1851b95b9492315bfd099d4f65c9edda47271bb4.zip |
Update math/gsl to 1.16 and adjust some dependent ports
Diffstat (limited to 'science/abinit')
-rw-r--r-- | science/abinit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 00f32524e02f..03d83a55927a 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -7,7 +7,7 @@ PORTNAME= abinit PORTVERSION= 5.7.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= science MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ @@ -16,7 +16,7 @@ COMMENT= Abinit calculates electronic structure of systems BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf3-ftn \ - gsl.16:${PORTSDIR}/math/gsl + gsl:${PORTSDIR}/math/gsl USE_FORTRAN= yes USE_GMAKE= yes |