From 56e64a303bb31be47ff04b08eb7dcfcdce9e80b9 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Tue, 8 May 2001 11:49:32 +0000 Subject: [PATCH] - Update MASTER_SITES - numpy -> py-numeric - Use PYTHON_PKGAMEPREFIX --- math/pygist/Makefile | 12 ++++++------ 1 file 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