diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 03:17:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 03:17:19 +0000 |
commit | a63f38bc0640a4068bb75f3a47549443f2934040 (patch) | |
tree | c25f16e279d111bbdccec651cfe390f8432326e7 /science/pycdf | |
parent | 095fbe3e1ac5c36839609020469db604066f1593 (diff) |
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
dependency change from science/netcdf4 to science/netcdf [1]
Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by: portmgr (bapt) [1]
Notes
Notes:
svn path=/head/; revision=352855
Diffstat (limited to 'science/pycdf')
-rw-r--r-- | science/pycdf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/pycdf/Makefile b/science/pycdf/Makefile index ba994549a14e..7a14f14b273a 100644 --- a/science/pycdf/Makefile +++ b/science/pycdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= pycdf PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= SF/pysclint/${PORTNAME}/${PORTNAME}-${PORTVERSION}b DISTNAME= ${PORTNAME}-0.6-3b @@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME}-0.6-3b MAINTAINER= wenheping@gmail.com COMMENT= A Python Interface to the Unidata NetCDF Library -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ - ${LOCALBASE}/lib/libnetcdf.so:${PORTSDIR}/science/netcdf +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy +LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf RUN_DEPENDS:= ${BUILD_DEPENDS} LDFLAGS+= "-L${LOCALBASE}/lib" |