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 /lang/python21 | |
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 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -3,12 +3,12 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.33 1998/06/05 07:09:01 tg Exp $ +# $Id: Makefile,v 1.34 1998/06/19 09:00:49 tg Exp $ # DISTNAME= pyth151 PKGNAME= python-1.5.1 -CATEGORIES= lang tk80 +CATEGORIES= lang python tk80 MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ EXTRACT_SUFX= .tgz |