diff options
author | ijliao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
commit | a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a (patch) | |
tree | bd3b68b1c1616483b7e8a56c691742eed57b2f7d /math/py-gsl | |
parent | bf1a249551c4d907662c20a0e8344db52ad0d64a (diff) | |
download | freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.gz freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.zst freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.zip |
chase math/gsl lib version
Diffstat (limited to 'math/py-gsl')
-rw-r--r-- | math/py-gsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index d5252672651e..7ba44612f8bb 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gsl PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pygsl @@ -20,7 +20,7 @@ COMMENT= Python interface to GNU Scientific Library BUILD_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes |