svn commit: r407061 - head/science/netcdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 23 21:54:45 UTC 2016


Author: sunpoet
Date: Sat Jan 23 21:54:43 2016
New Revision: 407061
URL: https://svnweb.freebsd.org/changeset/ports/407061

Log:
  - Add USES=pkgconfig:run: pkg-config is required by nc-config at runtime
  - Bump PORTREVISION for dependency change

Modified:
  head/science/netcdf/Makefile

Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile	Sat Jan 23 21:44:29 2016	(r407060)
+++ head/science/netcdf/Makefile	Sat Jan 23 21:54:43 2016	(r407061)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netcdf
 PORTVERSION=	4.4.0
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \
 		ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
@@ -26,7 +27,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-head mailing list