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 | |
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
-rw-r--r-- | devel/SWIG-devel/Makefile | 4 | ||||
-rw-r--r-- | devel/SWIG/Makefile | 4 | ||||
-rw-r--r-- | devel/swig11/Makefile | 4 | ||||
-rw-r--r-- | devel/swig13/Makefile | 4 | ||||
-rw-r--r-- | devel/swig20/Makefile | 4 | ||||
-rw-r--r-- | lang/python+ipv6/Makefile | 4 | ||||
-rw-r--r-- | lang/python-devel/Makefile | 4 | ||||
-rw-r--r-- | lang/python/Makefile | 4 | ||||
-rw-r--r-- | lang/python15/Makefile | 4 | ||||
-rw-r--r-- | lang/python20/Makefile | 4 | ||||
-rw-r--r-- | lang/python21/Makefile | 4 | ||||
-rw-r--r-- | lang/python22/Makefile | 4 | ||||
-rw-r--r-- | lang/python23/Makefile | 4 | ||||
-rw-r--r-- | lang/python24/Makefile | 4 | ||||
-rw-r--r-- | lang/python25/Makefile | 4 | ||||
-rw-r--r-- | lang/python26/Makefile | 4 | ||||
-rw-r--r-- | lang/python27/Makefile | 4 | ||||
-rw-r--r-- | lang/python30/Makefile | 4 | ||||
-rw-r--r-- | lang/python31/Makefile | 4 | ||||
-rw-r--r-- | lang/python32/Makefile | 4 | ||||
-rw-r--r-- | math/numpy/Makefile | 4 | ||||
-rw-r--r-- | math/py-numeric/Makefile | 4 | ||||
-rw-r--r-- | math/py-numeric17/Makefile | 4 | ||||
-rw-r--r-- | math/pygist/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 4 |
28 files changed, 60 insertions, 58 deletions
diff --git a/devel/SWIG-devel/Makefile b/devel/SWIG-devel/Makefile index d8e4025bc628..967828e6248b 100644 --- a/devel/SWIG-devel/Makefile +++ b/devel/SWIG-devel/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ +# $Id: Makefile,v 1.11 1998/02/24 21:42:56 jseger Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel tcl81 +CATEGORIES= devel python tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile index d8e4025bc628..967828e6248b 100644 --- a/devel/SWIG/Makefile +++ b/devel/SWIG/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ +# $Id: Makefile,v 1.11 1998/02/24 21:42:56 jseger Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel tcl81 +CATEGORIES= devel python tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index d8e4025bc628..967828e6248b 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ +# $Id: Makefile,v 1.11 1998/02/24 21:42:56 jseger Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel tcl81 +CATEGORIES= devel python tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index d8e4025bc628..967828e6248b 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ +# $Id: Makefile,v 1.11 1998/02/24 21:42:56 jseger Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel tcl81 +CATEGORIES= devel python tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index d8e4025bc628..967828e6248b 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ +# $Id: Makefile,v 1.11 1998/02/24 21:42:56 jseger Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel tcl81 +CATEGORIES= devel python tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python+ipv6/Makefile +++ b/lang/python+ipv6/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 diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/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 diff --git a/lang/python/Makefile b/lang/python/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python/Makefile +++ b/lang/python/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 diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python15/Makefile +++ b/lang/python15/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 diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python20/Makefile +++ b/lang/python20/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 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 diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python22/Makefile +++ b/lang/python22/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 diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python23/Makefile +++ b/lang/python23/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 diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python24/Makefile +++ b/lang/python24/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 diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python25/Makefile +++ b/lang/python25/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 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 diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python27/Makefile +++ b/lang/python27/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 diff --git a/lang/python30/Makefile b/lang/python30/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python30/Makefile +++ b/lang/python30/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 diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python31/Makefile +++ b/lang/python31/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 diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 802775d3d580..b7fbb39338b3 100644 --- a/lang/python32/Makefile +++ b/lang/python32/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 diff --git a/math/numpy/Makefile b/math/numpy/Makefile index 9f00bd062504..044a393288fe 100644 --- a/math/numpy/Makefile +++ b/math/numpy/Makefile @@ -3,12 +3,12 @@ # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/04/15 09:39:15 tg Exp $ +# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $ # DISTNAME= LLNLPython4 PKGNAME= numpy-1.3 -CATEGORIES= math +CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index 9f00bd062504..044a393288fe 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -3,12 +3,12 @@ # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/04/15 09:39:15 tg Exp $ +# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $ # DISTNAME= LLNLPython4 PKGNAME= numpy-1.3 -CATEGORIES= math +CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile index 9f00bd062504..044a393288fe 100644 --- a/math/py-numeric17/Makefile +++ b/math/py-numeric17/Makefile @@ -3,12 +3,12 @@ # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/04/15 09:39:15 tg Exp $ +# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $ # DISTNAME= LLNLPython4 PKGNAME= numpy-1.3 -CATEGORIES= math +CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz 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} diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 91f957edcf47..b499c6c9b163 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -3,11 +3,11 @@ # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/06/02 07:41:05 tg Exp $ +# $Id: Makefile,v 1.2 1998/06/03 07:19:51 tg Exp $ # DISTNAME= pygtk-0.4.3 -CATEGORIES= x11 +CATEGORIES= x11 python MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ \ ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/python/ \ diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 91f957edcf47..b499c6c9b163 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -3,11 +3,11 @@ # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/06/02 07:41:05 tg Exp $ +# $Id: Makefile,v 1.2 1998/06/03 07:19:51 tg Exp $ # DISTNAME= pygtk-0.4.3 -CATEGORIES= x11 +CATEGORIES= x11 python MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ \ ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/python/ \ diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 91f957edcf47..b499c6c9b163 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -3,11 +3,11 @@ # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/06/02 07:41:05 tg Exp $ +# $Id: Makefile,v 1.2 1998/06/03 07:19:51 tg Exp $ # DISTNAME= pygtk-0.4.3 -CATEGORIES= x11 +CATEGORIES= x11 python MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ \ ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/python/ \ diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 91f957edcf47..b499c6c9b163 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,11 +3,11 @@ # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/06/02 07:41:05 tg Exp $ +# $Id: Makefile,v 1.2 1998/06/03 07:19:51 tg Exp $ # DISTNAME= pygtk-0.4.3 -CATEGORIES= x11 +CATEGORIES= x11 python MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ \ ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/python/ \ |