diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-05-08 11:49:32 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-05-08 11:49:32 +0000 |
commit | 56e64a303bb31be47ff04b08eb7dcfcdce9e80b9 (patch) | |
tree | 2a6ac5c4413f14ac85b272f346836503ab6d9705 /math/pygist/Makefile | |
parent | 68d2ac525ec2aa51941d08fee1b823a65aad5f38 (diff) | |
download | ports-56e64a303bb31be47ff04b08eb7dcfcdce9e80b9.tar.gz ports-56e64a303bb31be47ff04b08eb7dcfcdce9e80b9.zip |
Notes
Diffstat (limited to 'math/pygist/Makefile')
-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 |