diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
commit | 338161958384cbdb221973b01a11d82931076f0c (patch) | |
tree | 9ad64d1ef4f015567812cf7538b084e6df860f1d /math/py-gsl | |
parent | 5b5364a3685860b6cb82a872a7e838bc9dc7c044 (diff) | |
download | ports-338161958384cbdb221973b01a11d82931076f0c.tar.gz ports-338161958384cbdb221973b01a11d82931076f0c.zip |
Notes
Diffstat (limited to 'math/py-gsl')
-rw-r--r-- | math/py-gsl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 07ec78bb7607..af6aae4506f1 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -7,6 +7,7 @@ PORTNAME= gsl PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= SF MASTER_SITE_SUBDIR= pygsl @@ -19,7 +20,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.12:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes |