aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-gsl/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-12-02 04:33:45 +0800
committermakc <makc@FreeBSD.org>2009-12-02 04:33:45 +0800
commite6aa4d35f776c57c3ae73a740fa6cb4f7a43a067 (patch)
tree4a71319b4e635e651d3304fb7cb508b383731e30 /math/py-gsl/Makefile
parent2720231d402d1c25cc1ab39d123438f1b32be9f4 (diff)
downloadfreebsd-ports-gnome-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.tar.gz
freebsd-ports-gnome-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.tar.zst
freebsd-ports-gnome-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.zip
Chase math/gsl update,
bump PORTREVISION
Diffstat (limited to 'math/py-gsl/Makefile')
-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 98cb50868b96..7bc07ae5025c 100644
--- a/math/py-gsl/Makefile
+++ b/math/py-gsl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gsl
PORTVERSION= 0.9.4
-PORTREVISION= 1
+PORTREVISION= 2
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.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes