diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-25 06:43:28 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-25 06:43:28 +0000 |
commit | ad0b1faa57ad70ab91442308b6d446c9e8a9cc1e (patch) | |
tree | 9f53adf2017429dae65715c7364bab892b8b0301 /math | |
parent | Activate rng. (diff) |
Add virtual category "python".
pygist: add dependency on rng.
Diffstat (limited to 'math')
-rw-r--r-- | math/numpy/Makefile | 4 | ||||
-rw-r--r-- | math/py-numeric/Makefile | 4 | ||||
-rw-r--r-- | math/py-numeric17/Makefile | 4 | ||||
-rw-r--r-- | math/pygist/Makefile | 10 |
4 files changed, 12 insertions, 10 deletions
diff --git a/math/numpy/Makefile b/math/numpy/Makefile index 9f00bd062504..044a393288fe 100644 --- a/math/numpy/Makefile +++ b/math/numpy/Makefile @@ -3,12 +3,12 @@ # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/04/15 09:39:15 tg Exp $ +# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $ # DISTNAME= LLNLPython4 PKGNAME= numpy-1.3 -CATEGORIES= math +CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index 9f00bd062504..044a393288fe 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -3,12 +3,12 @@ # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/04/15 09:39:15 tg Exp $ +# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $ # DISTNAME= LLNLPython4 PKGNAME= numpy-1.3 -CATEGORIES= math +CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile index 9f00bd062504..044a393288fe 100644 --- a/math/py-numeric17/Makefile +++ b/math/py-numeric17/Makefile @@ -3,12 +3,12 @@ # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/04/15 09:39:15 tg Exp $ +# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $ # DISTNAME= LLNLPython4 PKGNAME= numpy-1.3 -CATEGORIES= math +CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz diff --git a/math/pygist/Makefile b/math/pygist/Makefile index d9d2ab3d4ddf..c88006b86494 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} |