aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-20 04:21:05 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-20 04:21:05 +0800
commit579c7e3de1a78ede0de8959df8208bd6e92e6b89 (patch)
tree67ab3c36fdd61ba611c8425f52f4fb8e7192cda6 /science
parentd243159bf4ef50d3366a906f7507cea5b8904192 (diff)
downloadfreebsd-ports-gnome-579c7e3de1a78ede0de8959df8208bd6e92e6b89.tar.gz
freebsd-ports-gnome-579c7e3de1a78ede0de8959df8208bd6e92e6b89.tar.zst
freebsd-ports-gnome-579c7e3de1a78ede0de8959df8208bd6e92e6b89.zip
- Use USES=localbase
Diffstat (limited to 'science')
-rw-r--r--science/netcdf-fortran/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile
index 5a2a4e1287f3..6303ed1f05cb 100644
--- a/science/netcdf-fortran/Makefile
+++ b/science/netcdf-fortran/Makefile
@@ -13,14 +13,13 @@ LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
CONFLICTS= netcdf-ftn-[0-9]* netcdf3-ftn-[0-9]*
-CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC -DgFortran
+CPPFLAGS+= -fPIC -DPIC -DgFortran
GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= MAKEINFOFLAGS=--no-split
MAKE_JOBS_UNSAFE= yes
TEST_TARGET= check
USE_LDCONFIG= yes
-USES= fortran libtool makeinfo pathfix
+USES= fortran libtool localbase makeinfo pathfix
GH_ACCOUNT= Unidata
USE_GITHUB= yes