diff options
-rw-r--r-- | science/abinit/Makefile | 4 | ||||
-rw-r--r-- | science/fvcom/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 4db77587a45e..707078af841c 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -3,7 +3,7 @@ PORTNAME= abinit PORTVERSION= 5.7.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= science MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ @@ -12,7 +12,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= netcdff.4:${PORTSDIR}/science/netcdf3-ftn \ +LIB_DEPENDS= libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \ gsl:${PORTSDIR}/math/gsl USES= fortran gmake perl5 diff --git a/science/fvcom/Makefile b/science/fvcom/Makefile index 93a4b3899680..58fea6b557d5 100644 --- a/science/fvcom/Makefile +++ b/science/fvcom/Makefile @@ -3,7 +3,7 @@ PORTNAME= fvcom PORTVERSION= 2.7.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= science MASTER_SITES= http://fvcom.smast.umassd.edu/FVCOM/index.html/ DISTNAME= sourcecode1 @@ -13,7 +13,7 @@ MAINTAINER= jwbacon@tds.net COMMENT= Unstructured Grid Finite Volume Coastal Ocean Model # Check netcdf lib for Fortran support! -LIB_DEPENDS+= libnetcdff.so:${PORTSDIR}/science/netcdf-ftn \ +LIB_DEPENDS+= libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \ liblapack.so:${PORTSDIR}/math/lapack \ libblas.so:${PORTSDIR}/math/lapack |