aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-03-24 10:45:01 +0800
committerswills <swills@FreeBSD.org>2014-03-24 10:45:01 +0800
commitb06d551023305766fc8fe0f5de4420d1da225e5f (patch)
treec2732d23fad3fbc8058d71b2027a50bb708bd322
parent71ffff057f084a8ed1851ae154d458d4580de09f (diff)
downloadfreebsd-ports-gnome-b06d551023305766fc8fe0f5de4420d1da225e5f.tar.gz
freebsd-ports-gnome-b06d551023305766fc8fe0f5de4420d1da225e5f.tar.zst
freebsd-ports-gnome-b06d551023305766fc8fe0f5de4420d1da225e5f.zip
- Use new LIB_DEPENDS
PR: ports/187416 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
-rw-r--r--science/py-netCDF4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-netCDF4/Makefile b/science/py-netCDF4/Makefile
index 32f74e26cfd6..6f7ec51944c1 100644
--- a/science/py-netCDF4/Makefile
+++ b/science/py-netCDF4/Makefile
@@ -15,8 +15,8 @@ COMMENT= Python Interface to the NetCDF Library (versions 3 and 4)
LICENSE= MIT
BUILD_DEPENDS= ${PYNUMPY}
-LIB_DEPENDS= hdf5:${PORTSDIR}/science/hdf5-18 \
- netcdf:${PORTSDIR}/science/netcdf4
+LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5-18 \
+ libnetcdf.so:${PORTSDIR}/science/netcdf4
RUN_DEPENDS= ${PYNUMPY}
OPTIONS_DEFINE= DOCS EXAMPLES