summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 15:14:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 15:14:28 +0000
commit8e5fa1d7823fef42c34f653381fbe114ea9d432b (patch)
tree995e9637ce55c6f093ca2a67935b76032b2b1bcc
parentSupport stage (diff)
- Fix "make test"
- Bump PORTREVISION for package change PR: ports/189490 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
Notes
Notes: svn path=/head/; revision=353464
-rw-r--r--science/netcdf-fortran/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile
index c0ea920487b6..7e951d1314dd 100644
--- a/science/netcdf-fortran/Makefile
+++ b/science/netcdf-fortran/Makefile
@@ -3,7 +3,7 @@
PORTNAME= netcdf-fortran
PORTVERSION= 4.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science
MASTER_SITES= https://github.com/Unidata/${PORTNAME}/archive/ \
LOCAL/sunpoet
@@ -15,7 +15,7 @@ LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
CONFLICTS= netcdf-ftn-[0-9]* netcdf3-ftn-[0-9]*
-CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC
+CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC -DgFortran
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= MAKEINFOFLAGS=--no-split