svn commit: r348918 - head/science/py-netCDF4
Steve Wills
swills at FreeBSD.org
Mon Mar 24 02:45:02 UTC 2014
Author: swills
Date: Mon Mar 24 02:45:01 2014
New Revision: 348918
URL: http://svnweb.freebsd.org/changeset/ports/348918
QAT: https://qat.redports.org/buildarchive/r348918/
Log:
- Use new LIB_DEPENDS
PR: ports/187416
Submitted by: Johannes Jost Meixner <xmj at chaot.net>
Modified:
head/science/py-netCDF4/Makefile
Modified: head/science/py-netCDF4/Makefile
==============================================================================
--- head/science/py-netCDF4/Makefile Mon Mar 24 01:09:24 2014 (r348917)
+++ head/science/py-netCDF4/Makefile Mon Mar 24 02:45:01 2014 (r348918)
@@ -15,8 +15,8 @@ COMMENT= Python Interface to the NetCDF
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
More information about the svn-ports-all
mailing list