diff options
Diffstat (limited to 'x11/pygtk')
-rw-r--r-- | x11/pygtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/pygtk/Makefile b/x11/pygtk/Makefile index 35058da3139..987b945152d 100644 --- a/x11/pygtk/Makefile +++ b/x11/pygtk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/02/18 11:55:02 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/13 17:37:59 fredb Exp $ # DISTNAME= pygtk-0.6.9 PKGNAME= ${PYPKGPREFIX}-gtk-0.6.9 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/python/ |