diff options
author | vs <vs@FreeBSD.org> | 2004-07-07 16:22:50 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-07 16:22:50 +0800 |
commit | a4b3025c8d7c55fe5f48ad730212a7cdef6a89fb (patch) | |
tree | dd4410c5f4ed0154f519fcdf52f21c0d2a51559f /math/py-gsl | |
parent | 7abfb7602d7e1f955e410e7e03f1f1861279e132 (diff) | |
download | freebsd-ports-gnome-a4b3025c8d7c55fe5f48ad730212a7cdef6a89fb.tar.gz freebsd-ports-gnome-a4b3025c8d7c55fe5f48ad730212a7cdef6a89fb.tar.zst freebsd-ports-gnome-a4b3025c8d7c55fe5f48ad730212a7cdef6a89fb.zip |
Chase 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 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 |