diff options
author | tg <tg@FreeBSD.org> | 1998-06-25 06:43:28 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-25 06:43:28 +0000 |
commit | 356894253ccb3a0d3548c27be842c859b6e3b4f8 (patch) | |
tree | 75d2140e6970bde1ee4b09f1cb3be3e2c2df28af /math/pygist | |
parent | b301a2bda09e36a805db4c498486446a37574754 (diff) | |
download | FreeBSD-ports-356894253ccb3a0d3548c27be842c859b6e3b4f8.zip FreeBSD-ports-356894253ccb3a0d3548c27be842c859b6e3b4f8.tar.gz |
Add virtual category "python".
pygist: add dependency on rng.
Diffstat (limited to 'math/pygist')
-rw-r--r-- | math/pygist/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/math/pygist/Makefile b/math/pygist/Makefile index d9d2ab3..c88006b 100644 --- a/math/pygist/Makefile +++ b/math/pygist/Makefile @@ -3,12 +3,12 @@ # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/06/03 06:43:41 tg Exp $ +# $Id: Makefile,v 1.3 1998/06/24 06:18:55 tg Exp $ # DISTNAME= LLNLPython4 PKGNAME= pygist-1.5 -CATEGORIES= math +CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz @@ -16,9 +16,11 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ ${PREFIX}/lib/yorick/1.4/lib/libgist.a:${PORTSDIR}/lang/yorick \ - ${SITEPYDIR}/Numeric.py:${PORTSDIR}/math/numpy + ${SITEPYDIR}/Numeric.py:${PORTSDIR}/math/numpy \ + ${SITEPYDIR}/Ranf.py:${PORTSDIR}/math/rng RUN_DEPENDS= python:${PORTSDIR}/lang/python \ - ${SITEPYDIR}/Numeric.py:${PORTSDIR}/math/numpy + ${SITEPYDIR}/Numeric.py:${PORTSDIR}/math/numpy \ + ${SITEPYDIR}/Ranf.py:${PORTSDIR}/math/rng WRKSRC= ${WRKDIR}/LLNLPython4/Graphics CONFIGURE_ENV= PREFIX=${PREFIX} |