aboutsummaryrefslogtreecommitdiff
path: root/math/py-gsl
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2007-06-29 05:46:43 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2007-06-29 05:46:43 +0000
commitb9ba1ad61ec8ac4f754fdbd3e762691564d11838 (patch)
treee643e74666458bfc6f67e70b390fbf4594583163 /math/py-gsl
parent59d5387029bc0989baa5684776c438795412513b (diff)
downloadports-b9ba1ad61ec8ac4f754fdbd3e762691564d11838.tar.gz
ports-b9ba1ad61ec8ac4f754fdbd3e762691564d11838.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 d5252672651e..7ba44612f8bb 100644
--- a/math/py-gsl/Makefile
+++ b/math/py-gsl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gsl
PORTVERSION= 0.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pygsl
@@ -20,7 +20,7 @@ COMMENT= Python interface to GNU Scientific Library
BUILD_DEPENDS= ${PYNUMERIC}
RUN_DEPENDS= ${PYNUMERIC}
-LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes