diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-08-07 07:48:16 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-08-07 07:48:16 +0000 |
commit | 6289b2a63bc67c615d0e01ab2b5396869d7cec93 (patch) | |
tree | 4eb146b57206586c660e87988bdba6460dc6af4d /x11-toolkits/py-gtk/Makefile | |
parent | 689ccbae5aae748713fd7dd05e2eb408b652d1cc (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk/Makefile')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 2d3053a5ded9..81a25669493a 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -1,20 +1,21 @@ # New ports collection makefile for: pygtk -# Version required: 0.4.4 +# Version required: 0.4.5 # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/06/30 07:43:02 tg Exp $ +# $Id: Makefile,v 1.5 1998/07/06 11:22:33 tg Exp $ # -DISTNAME= pygtk-0.4.4 -PKGNAME= py-gtk-0.4.4 +DISTNAME= pygtk-0.4.5 +PKGNAME= py-gtk-0.4.5 CATEGORIES= x11 python -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ \ +MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ + 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/ \ ftp://stef.u-picardie.fr/mirror/ftp.gimp.org/gtk/python/ -MAINTAINER= tg@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python |