diff options
author | jlam <jlam> | 2006-03-21 06:00:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-21 06:00:43 +0000 |
commit | 8465132be277604edfcaf264514fbba262db7eb3 (patch) | |
tree | 46e7a9990bf2c594b6d10506ab96059f5c41e3d7 /x11/gtk2 | |
parent | 7241219eb238cb7972521264f9825d5b502cc2be (diff) | |
download | pkgsrc-8465132be277604edfcaf264514fbba262db7eb3.tar.gz |
Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index a82ebc5c787..65e69a78f9f 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.114 2006/03/14 23:07:49 wiz Exp $ +# $NetBSD: Makefile,v 1.115 2006/03/21 06:00:53 jlam Exp $ DISTNAME= gtk+-2.8.15 PKGNAME= ${DISTNAME:S/gtk/gtk2/} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.8/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.8/ \ |