diff options
Diffstat (limited to 'science/netcdf')
-rw-r--r-- | science/netcdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index 31c234be62a8..86ef2d905292 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -3,11 +3,12 @@ PORTNAME= netcdf PORTVERSION= 3.6.3 -PORTREVISION= 4 +PORTREVISION?= 4 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ LOCAL/sunpoet +PKGNAMESUFFIX?= 3 MAINTAINER= sunpoet@FreeBSD.org COMMENT?= Library for machine-independent, array-oriented data access @@ -41,7 +42,6 @@ CONFIGURE_ARGS+=--disable-docs-install CPPFLAGS+= -DpgiFortran CONFLICTS+= netcdf-3.* MAN3+= netcdf_f77.3 netcdf_f90.3 -PKGNAMESUFFIX+= -ftn PLIST_SUB+= FORTRAN="" USE_FORTRAN= yes .else |