diff options
author | tg <tg@FreeBSD.org> | 1998-06-25 14:43:28 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-25 14:43:28 +0800 |
commit | 356894253ccb3a0d3548c27be842c859b6e3b4f8 (patch) | |
tree | 75d2140e6970bde1ee4b09f1cb3be3e2c2df28af /lang/python26 | |
parent | b301a2bda09e36a805db4c498486446a37574754 (diff) | |
download | freebsd-ports-gnome-356894253ccb3a0d3548c27be842c859b6e3b4f8.tar.gz freebsd-ports-gnome-356894253ccb3a0d3548c27be842c859b6e3b4f8.tar.zst freebsd-ports-gnome-356894253ccb3a0d3548c27be842c859b6e3b4f8.zip |
Add virtual category "python".
pygist: add dependency on rng.
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python26/Makefile +++ b/lang/python26/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 |