diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 15:14:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 15:14:28 +0000 |
commit | 8e5fa1d7823fef42c34f653381fbe114ea9d432b (patch) | |
tree | 995e9637ce55c6f093ca2a67935b76032b2b1bcc /science/netcdf-fortran/Makefile | |
parent | ced673a1bf33b86be29d3be7fae645f1287ecc42 (diff) |
Notes
Diffstat (limited to 'science/netcdf-fortran/Makefile')
-rw-r--r-- | science/netcdf-fortran/Makefile | 4 |
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 |