summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-05-08 11:49:32 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-05-08 11:49:32 +0000
commit56e64a303bb31be47ff04b08eb7dcfcdce9e80b9 (patch)
tree2a6ac5c4413f14ac85b272f346836503ab6d9705 /math
parentWith postgresql-7.1, the installer can choose to install according to (diff)
- Update MASTER_SITES
- numpy -> py-numeric - Use PYTHON_PKGAMEPREFIX
Notes
Notes: svn path=/head/; revision=42401
Diffstat (limited to 'math')
-rw-r--r--math/pygist/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/pygist/Makefile b/math/pygist/Makefile
index 0c1e53c9573b..9442c5c5705a 100644
--- a/math/pygist/Makefile
+++ b/math/pygist/Makefile
@@ -8,18 +8,18 @@
PORTNAME= gist
PORTVERSION= 1.5
CATEGORIES= math python
-MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
-PKGNAMEPREFIX= py-
+MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/OLD/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= LLNLDistribution11
EXTRACT_SUFX= .tgz
MAINTAINER= tg@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/yorick/1.4/lib/libgist.a:${PORTSDIR}/lang/yorick \
- ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy \
- ${RNGDIR}/RNG.so:${PORTSDIR}/math/numpy
-RUN_DEPENDS= ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy \
- ${RNGDIR}/RNG.so:${PORTSDIR}/math/numpy
+ ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/py-numeric \
+ ${RNGDIR}/RNG.so:${PORTSDIR}/math/py-numeric
+RUN_DEPENDS= ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/py-numeric \
+ ${RNGDIR}/RNG.so:${PORTSDIR}/math/py-numeric
WRKSRC= ${WRKDIR}/${DISTNAME}/Graphics
USE_PYTHON= yes