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/pygist | |
parent | 224a52e6d86bcfa8ba0b7d027500a5ac2c5a7ce9 (diff) | |
download | ports-ad0b1faa57ad70ab91442308b6d446c9e8a9cc1e.tar.gz ports-ad0b1faa57ad70ab91442308b6d446c9e8a9cc1e.zip |
Add virtual category "python".
pygist: add dependency on rng.
Notes
Notes:
svn path=/head/; revision=11520
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 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} |