diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-07 08:22:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-07 08:22:50 +0000 |
commit | 34c8086af5609e9a13eeca932412867ff04fe659 (patch) | |
tree | ccfdb4d0c3df38c4370977e3105f4d0daef4f01d /math/py-gsl | |
parent | b9258c6079764689605be412924ab313dba2f30e (diff) | |
download | ports-34c8086af5609e9a13eeca932412867ff04fe659.tar.gz ports-34c8086af5609e9a13eeca932412867ff04fe659.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 da13662cdc4a..9e8c41417c48 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= python MAINTAINER= perky@FreeBSD.org COMMENT= Python interface to GNU Scientific Library -LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes |