Date: Sat, 23 Jan 2016 21:54:43 +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: r407061 - head/science/netcdf Message-ID: <201601232154.u0NLshEQ072399@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601232154.u0NLshEQ072399>