diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-20 19:16:10 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-20 19:16:10 +0000 |
commit | a3ad6e053c149c9184675dfa81e180552af31466 (patch) | |
tree | 95f55a9ce7426214da305315d195f569a44faff1 /science | |
parent | df4d2b90a01eab7c03c8fc657be5af2414ad9c60 (diff) | |
download | ports-a3ad6e053c149c9184675dfa81e180552af31466.tar.gz ports-a3ad6e053c149c9184675dfa81e180552af31466.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/abinit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 0ac1203d0b0d..9a648598ebdf 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -13,7 +13,7 @@ COMMENT= Abinit calculates electronic structure of systems BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray LIB_DEPENDS= libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \ - gsl:${PORTSDIR}/math/gsl + libgsl.so:${PORTSDIR}/math/gsl USES= fortran gmake perl5 USE_PYTHON= yes |