svn commit: r399763 - head/science/netcdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 19 20:20:58 UTC 2015


Author: sunpoet
Date: Mon Oct 19 20:20:56 2015
New Revision: 399763
URL: https://svnweb.freebsd.org/changeset/ports/399763

Log:
  - Use USES=localbase

Modified:
  head/science/netcdf/Makefile

Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile	Mon Oct 19 20:20:52 2015	(r399762)
+++ head/science/netcdf/Makefile	Mon Oct 19 20:20:56 2015	(r399763)
@@ -22,13 +22,12 @@ DAP_DESC=	Build DAP client and remote te
 SZIP_DESC=	SZIP support (required if HDF5 was built with SZIP)
 
 CONFIGURE_ARGS=	--enable-netcdf-4
-CPPFLAGS+=	-I${WRKSRC}/include -I${LOCALBASE}/include -fPIC -DPIC
+CPPFLAGS+=	-fPIC -DPIC
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-LIBS+=		-L${LOCALBASE}/lib
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		libtool pathfix
+USES=		libtool localbase pathfix
 
 DAP_CONFIGURE_OFF=	--disable-dap
 DAP_CONFIGURE_ON=	--enable-dap


More information about the svn-ports-all mailing list