diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-03 19:13:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-03 19:13:02 +0000 |
commit | fd99a0878ae10989a9dfef5fc3599644cbed056c (patch) | |
tree | b43f294db79e510d693fc480a64ff5ae7ba9d727 /chat/gaim/Makefile | |
parent | d083910bc19e1a238f1112d672ebca8de4e074fc (diff) | |
download | pkgsrc-fd99a0878ae10989a9dfef5fc3599644cbed056c.tar.gz |
Add a workaround for a GTK+ bug (GNOME bugzilla #62948). Patch
borrowed from Gentoo Portage. OK'ed by jmmv@.
Bump PKGREVISION.
Diffstat (limited to 'chat/gaim/Makefile')
-rw-r--r-- | chat/gaim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index b2a9565de41..fbd2b81d02f 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2004/06/01 21:00:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.62 2004/06/03 19:13:02 minskim Exp $ # DISTNAME= gaim-0.78 +PKGREVISION= 1 CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} EXTRACT_SUFX= .tar.bz2 |