svn commit: r399765 - head/science/netcdf-fortran

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


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

Log:
  - Use USES=localbase

Modified:
  head/science/netcdf-fortran/Makefile

Modified: head/science/netcdf-fortran/Makefile
==============================================================================
--- head/science/netcdf-fortran/Makefile	Mon Oct 19 20:21:01 2015	(r399764)
+++ head/science/netcdf-fortran/Makefile	Mon Oct 19 20:21:05 2015	(r399765)
@@ -13,14 +13,13 @@ LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/sc
 
 CONFLICTS=	netcdf-ftn-[0-9]* netcdf3-ftn-[0-9]*
 
-CPPFLAGS+=	-I${LOCALBASE}/include -fPIC -DPIC -DgFortran
+CPPFLAGS+=	-fPIC -DPIC -DgFortran
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ENV=	MAKEINFOFLAGS=--no-split
 MAKE_JOBS_UNSAFE=	yes
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		fortran libtool makeinfo pathfix
+USES=		fortran libtool localbase makeinfo pathfix
 
 GH_ACCOUNT=	Unidata
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list