diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 11:54:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 11:54:50 +0800 |
commit | c9b4648f137e01df8a6a657bf6c0348b0a607e24 (patch) | |
tree | f47c06ff296d5b517d6fe924e4a36d6467e1de0a /science | |
parent | fa89d4ac2df87245351edfff9c274b3c4bba8e30 (diff) | |
download | freebsd-ports-gnome-c9b4648f137e01df8a6a657bf6c0348b0a607e24.tar.gz freebsd-ports-gnome-c9b4648f137e01df8a6a657bf6c0348b0a607e24.tar.zst freebsd-ports-gnome-c9b4648f137e01df8a6a657bf6c0348b0a607e24.zip |
- Bump PORTREVISION for dependency change from science/netcdf-ftn and
science/netcdf3-ftn to science/netcdf-fortran
Approved by: portmgr (bapt)
Diffstat (limited to 'science')
-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 |