diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-02 21:00:18 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-02 21:00:18 +0800 |
commit | 3b50f68cdd2ccdc97e17d467006832515efd6690 (patch) | |
tree | f5c49e0587b652dc8786c1c19e4db5b76eecc3e1 /math/py-gsl | |
parent | ec381fe275e9961cc64978957ea2cacc2051b0fa (diff) | |
download | freebsd-ports-graphics-3b50f68cdd2ccdc97e17d467006832515efd6690.tar.gz freebsd-ports-graphics-3b50f68cdd2ccdc97e17d467006832515efd6690.tar.zst freebsd-ports-graphics-3b50f68cdd2ccdc97e17d467006832515efd6690.zip |
Chase the libgsl update.
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 81743da8805..dc44f9550b3 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 |