Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:21:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399764 - head/science/netcdf-cxx
Message-ID:  <201510192021.t9JKL15j029561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510192021.t9JKL15j029561>