diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 13:53:22 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 13:53:22 +0000 |
commit | d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01 (patch) | |
tree | 70c2049bf7cb81daf29a37481d1586373dd5ba80 /math/py-gsl | |
parent | 88133fe808126a7e44e982994d4fbbee2e96ae0a (diff) | |
download | ports-d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01.tar.gz ports-d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01.zip |
Notes
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 404bfc3e25fe..ae631dc15de6 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gsl PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 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.10:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes |