aboutsummaryrefslogtreecommitdiff
path: root/math/py-gsl
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-06 01:28:22 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-06 01:28:22 +0000
commit57c00223d04bb0f55e26ec4a558265cc703db1e4 (patch)
tree3249671a74c0166d3d7391fb6ae8fd63f48f4ed6 /math/py-gsl
parentff5d44386a0f35ef76ea2aadca5946fa10b8e982 (diff)
downloadports-57c00223d04bb0f55e26ec4a558265cc703db1e4.tar.gz
ports-57c00223d04bb0f55e26ec4a558265cc703db1e4.zip
Notes
Diffstat (limited to 'math/py-gsl')
-rw-r--r--math/py-gsl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile
index adf720852e34..d5252672651e 100644
--- a/math/py-gsl/Makefile
+++ b/math/py-gsl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gsl
PORTVERSION= 0.3.2
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pygsl
@@ -19,7 +20,7 @@ COMMENT= Python interface to GNU Scientific Library
BUILD_DEPENDS= ${PYNUMERIC}
RUN_DEPENDS= ${PYNUMERIC}
-LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes