diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 08:58:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 08:58:09 +0000 |
commit | 698f728a34f171d54b5a596f6920cc9f902eaac5 (patch) | |
tree | f10cf7fb25b0aa3ea00f6de39d75c4dd6e48df98 /science | |
parent | 71bf6b0f0b6eacee0017dafc6618893627a19d91 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf-fortran/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile index 7e951d1314dd..3e74e894ba28 100644 --- a/science/netcdf-fortran/Makefile +++ b/science/netcdf-fortran/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf CONFLICTS= netcdf-ftn-[0-9]* netcdf3-ftn-[0-9]* +USES= makeinfo CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC -DgFortran GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |