diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
commit | 6c4fa199d028f22e1f32896f15cbafd93ed40845 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /science/abinit | |
parent | 3af54f2d0c3a2f038cc92d1e368b6500eb1bbc0f (diff) | |
download | ports-6c4fa199d028f22e1f32896f15cbafd93ed40845.tar.gz ports-6c4fa199d028f22e1f32896f15cbafd93ed40845.zip |
Notes
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 |