diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-05-20 22:28:00 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-05-20 22:28:00 +0800 |
commit | c2a8179f43709de29625cca1d84fbc912ed949f5 (patch) | |
tree | 35131cb0a17ab89c250612e40794ff3dbe1c4a4c /science/abinit | |
parent | c49418195d0ce64f6fc431df98b65672e6d91b58 (diff) | |
download | freebsd-ports-gnome-c2a8179f43709de29625cca1d84fbc912ed949f5.tar.gz freebsd-ports-gnome-c2a8179f43709de29625cca1d84fbc912ed949f5.tar.zst freebsd-ports-gnome-c2a8179f43709de29625cca1d84fbc912ed949f5.zip |
- Fix build, abinit builds with science/netcdf3-ftn
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net>
Approved by: maho
Notified by: pav
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 8d977cab15e0..692e99f77c59 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -7,7 +7,7 @@ PORTNAME= abinit PORTVERSION= 5.7.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ @@ -15,7 +15,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Abinit calculates electronic structure of systems BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray -LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf-ftn \ +LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf3-ftn \ gsl.15:${PORTSDIR}/math/gsl USE_FORTRAN= yes |