aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2001-05-08 19:49:32 +0800
committertg <tg@FreeBSD.org>2001-05-08 19:49:32 +0800
commitc832cc655fd276a712220df22d1eb5a5607d6bce (patch)
tree9b000a9ef888c5426326fedb179655d242e9645c /math
parentd4c880fd3c6e6889ab2b76f219c11c73133d18f0 (diff)
downloadfreebsd-ports-gnome-c832cc655fd276a712220df22d1eb5a5607d6bce.tar.gz
freebsd-ports-gnome-c832cc655fd276a712220df22d1eb5a5607d6bce.tar.zst
freebsd-ports-gnome-c832cc655fd276a712220df22d1eb5a5607d6bce.zip
- Update MASTER_SITES
- numpy -> py-numeric - Use PYTHON_PKGAMEPREFIX
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