aboutsummaryrefslogtreecommitdiff
path: root/math/py-gsl
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-03-29 01:12:27 +0000
committerWen Heping <wen@FreeBSD.org>2010-03-29 01:12:27 +0000
commit6905d4a0d8518b83f28bf41330e381a8128dc0b4 (patch)
tree30905f5c5ec570d5180cc95b3ca4699a84635835 /math/py-gsl
parentd53fd93f0b690c56a78a292c01f0fe87b04480d1 (diff)
downloadports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.tar.gz
ports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.zip
Notes
Diffstat (limited to 'math/py-gsl')
-rw-r--r--math/py-gsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile
index 7bc07ae5025c..81129c76a405 100644
--- a/math/py-gsl/Makefile
+++ b/math/py-gsl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gsl
PORTVERSION= 0.9.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ COMMENT= Python interface to GNU Scientific Library
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/include/numpy/arrayobject.h:${PORTSDIR}/math/py-numpy
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy
-LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes