Date: Sun, 24 Jan 2016 15:04:02 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407141 - branches/2016Q1/science/netcdf Message-ID: <201601241504.u0OF42ck096901@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601241504.u0OF42ck096901>