diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:21:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:21:01 +0000 |
commit | 1bf0bc525b0bb7fba6074cc164b19e2c49c8b3cd (patch) | |
tree | 696e712a284aedc75b0a207edd597c97a085a708 | |
parent | 4783476b213716a3cc32c18aa12ef79690daeded (diff) | |
download | freebsd-ports-1bf0bc525b0bb7fba6074cc164b19e2c49c8b3cd.zip |
- Use USES=localbase
-rw-r--r-- | science/netcdf-cxx/Makefile | 5 |
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 |