diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 13:00:18 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 13:00:18 +0000 |
commit | f733c761d07002b310f809b16e9616bb8734f2d2 (patch) | |
tree | b66214f99ec8f8bd25cffccb3c852cd264affcea /math/py-gsl | |
parent | 81ebdadaaad09f4a98f169356e1d24b00aaddad5 (diff) | |
download | ports-f733c761d07002b310f809b16e9616bb8734f2d2.tar.gz ports-f733c761d07002b310f809b16e9616bb8734f2d2.zip |
Notes
Diffstat (limited to 'math/py-gsl')
-rw-r--r-- | math/py-gsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 81743da8805f..dc44f9550b33 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -19,7 +19,7 @@ COMMENT= Python interface to GNU Scientific Library BUILD_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes |