diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-05-20 22:28:00 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-05-20 22:28:00 +0800 |
commit | eb0b305094a8455626e14851775ee3b2bd0b5c37 (patch) | |
tree | 02a87ca3c47788850547732eeec285fc98e49dc2 /science | |
parent | 6b5d374beaa0965375a39584e7f01344bdfc3fdb (diff) | |
download | freebsd-ports-gnome-eb0b305094a8455626e14851775ee3b2bd0b5c37.tar.gz freebsd-ports-gnome-eb0b305094a8455626e14851775ee3b2bd0b5c37.tar.zst freebsd-ports-gnome-eb0b305094a8455626e14851775ee3b2bd0b5c37.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')
-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 |