aboutsummaryrefslogtreecommitdiff
path: root/science/pycdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 03:17:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 03:17:19 +0000
commita63f38bc0640a4068bb75f3a47549443f2934040 (patch)
treec25f16e279d111bbdccec651cfe390f8432326e7 /science/pycdf
parent095fbe3e1ac5c36839609020469db604066f1593 (diff)
downloadports-a63f38bc0640a4068bb75f3a47549443f2934040.tar.gz
ports-a63f38bc0640a4068bb75f3a47549443f2934040.zip
Notes
Diffstat (limited to 'science/pycdf')
-rw-r--r--science/pycdf/Makefile6
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"