aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-23 21:54:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-23 21:54:43 +0000
commiteff9155cebd003919d2fa3ade6fc0553eea1e615 (patch)
tree04d461a20d8d89ae03f291c905b167471d1d6553 /science/netcdf
parent696e123a011cffa6937dd161e12fff0a4d7d0526 (diff)
downloadports-eff9155cebd003919d2fa3ade6fc0553eea1e615.tar.gz
ports-eff9155cebd003919d2fa3ade6fc0553eea1e615.zip
- Add USES=pkgconfig:run: pkg-config is required by nc-config at runtime
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=407061
Diffstat (limited to 'science/netcdf')
-rw-r--r--science/netcdf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile
index fd2c5c32e956..329405a977ad 100644
--- a/science/netcdf/Makefile
+++ b/science/netcdf/Makefile
@@ -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