1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Use new LIB_DEPENDS

PR:		ports/187416
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
This commit is contained in:
Steve Wills 2014-03-24 02:45:01 +00:00
parent abb0866603
commit 08f6a4bffe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348918

View File

@ -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