diff options
-rw-r--r-- | x11/gtk10/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/gtk10/Makefile b/x11/gtk10/Makefile index cf715c15162..56e8bd94580 100644 --- a/x11/gtk10/Makefile +++ b/x11/gtk10/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2001/02/17 17:06:29 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/27 11:43:40 tron Exp $ DISTNAME= gtk+-1.0.6 PKGNAME= gtk10-1.0.6 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.0/ \ - ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/v1.0/ \ - ftp://ftp.flirble.org/pub/X/gimp/pub/gtk/v1.0/ +MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.0/ MAINTAINER= bsieker@techfak.uni-bielefeld.de HOMEPAGE= http://www.gtk.org/ |