aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf-cxx
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-19 20:21:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-19 20:21:01 +0000
commit1bf0bc525b0bb7fba6074cc164b19e2c49c8b3cd (patch)
tree696e712a284aedc75b0a207edd597c97a085a708 /science/netcdf-cxx
parent4783476b213716a3cc32c18aa12ef79690daeded (diff)
downloadports-1bf0bc525b0bb7fba6074cc164b19e2c49c8b3cd.tar.gz
ports-1bf0bc525b0bb7fba6074cc164b19e2c49c8b3cd.zip
- Use USES=localbase
Notes
Notes: svn path=/head/; revision=399764
Diffstat (limited to 'science/netcdf-cxx')
-rw-r--r--science/netcdf-cxx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/science/netcdf-cxx/Makefile b/science/netcdf-cxx/Makefile
index d26a8fa0270d..275c45395a73 100644
--- a/science/netcdf-cxx/Makefile
+++ b/science/netcdf-cxx/Makefile
@@ -14,12 +14,11 @@ LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
CONFLICTS= netcdf-3.* netcdf-4.[0-2].*
-CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC
+CPPFLAGS+= -fPIC -DPIC
GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib
TEST_TARGET= check
USE_LDCONFIG= yes
-USES= libtool pathfix
+USES= libtool localbase pathfix
GH_ACCOUNT= Unidata
GH_PROJECT= ${PORTNAME}4