summaryrefslogtreecommitdiff
path: root/math/pygist
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-25 06:43:28 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-25 06:43:28 +0000
commitad0b1faa57ad70ab91442308b6d446c9e8a9cc1e (patch)
tree9f53adf2017429dae65715c7364bab892b8b0301 /math/pygist
parentActivate rng. (diff)
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/Makefile10
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}