svn commit: r399764 - head/science/netcdf-cxx

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


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

Log:
  - Use USES=localbase

Modified:
  head/science/netcdf-cxx/Makefile

Modified: head/science/netcdf-cxx/Makefile
==============================================================================
--- head/science/netcdf-cxx/Makefile	Mon Oct 19 20:20:56 2015	(r399763)
+++ head/science/netcdf-cxx/Makefile	Mon Oct 19 20:21:01 2015	(r399764)
@@ -14,12 +14,11 @@ LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/sc
 
 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


More information about the svn-ports-all mailing list