From ad0b1faa57ad70ab91442308b6d446c9e8a9cc1e Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Thu, 25 Jun 1998 06:43:28 +0000 Subject: Add virtual category "python". pygist: add dependency on rng. --- math/pygist/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'math/pygist') 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 # -# $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} -- cgit v1.2.3