svn commit: r407141 - branches/2016Q1/science/netcdf

Mark Felder feld at FreeBSD.org
Sun Jan 24 15:04:03 UTC 2016


Author: feld
Date: Sun Jan 24 15:04:02 2016
New Revision: 407141
URL: https://svnweb.freebsd.org/changeset/ports/407141

Log:
  MFH: r407061
  
  - Add USES=pkgconfig:run: pkg-config is required by nc-config at runtime
  - Bump PORTREVISION for dependency change
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q1/science/netcdf/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/science/netcdf/Makefile
==============================================================================
--- branches/2016Q1/science/netcdf/Makefile	Sun Jan 24 15:03:27 2016	(r407140)
+++ branches/2016Q1/science/netcdf/Makefile	Sun Jan 24 15:04:02 2016	(r407141)
@@ -4,6 +4,7 @@
 PORTNAME=	netcdf
 PORTVERSION=	4.3.3.1
 PORTREVISION=	1
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \
 		ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
@@ -27,7 +28,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		libtool localbase pathfix
+USES=		libtool localbase pathfix pkgconfig:run
 
 DAP_CONFIGURE_ENABLE=	dap
 DAP_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl


More information about the svn-ports-all mailing list