diff options
author | tg <tg@FreeBSD.org> | 2001-05-08 19:49:32 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-05-08 19:49:32 +0800 |
commit | c832cc655fd276a712220df22d1eb5a5607d6bce (patch) | |
tree | 9b000a9ef888c5426326fedb179655d242e9645c /math | |
parent | d4c880fd3c6e6889ab2b76f219c11c73133d18f0 (diff) | |
download | freebsd-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/Makefile | 12 |
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 |