diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-24 05:54:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-24 05:54:43 +0800 |
commit | c460ea664f5a7b63122845a41cc76dce05b857cb (patch) | |
tree | 04d461a20d8d89ae03f291c905b167471d1d6553 /science | |
parent | 4f61d158314ec95e009d2118e3a278ed6740a553 (diff) | |
download | freebsd-ports-graphics-c460ea664f5a7b63122845a41cc76dce05b857cb.tar.gz freebsd-ports-graphics-c460ea664f5a7b63122845a41cc76dce05b857cb.tar.zst freebsd-ports-graphics-c460ea664f5a7b63122845a41cc76dce05b857cb.zip |
- Add USES=pkgconfig:run: pkg-config is required by nc-config at runtime
- Bump PORTREVISION for dependency change
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index fd2c5c32e95..329405a977a 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 |