diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-13 13:36:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-13 13:36:05 +0000 |
commit | f373794a7840d84aba5824ce1fea71456a0a109c (patch) | |
tree | 88e815d783e836dbfc6cc98e62ec39f0cd57cff6 /chat/xchat | |
parent | 5ea958db557afde3b2500f3035098e712d8bb563 (diff) | |
download | pkgsrc-f373794a7840d84aba5824ce1fea71456a0a109c.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 836f78e9ddd..3d76d4a92bf 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.70 2010/11/16 12:21:10 tron Exp $ +# $NetBSD: Makefile,v 1.71 2011/01/13 13:37:15 wiz Exp $ .include "Makefile.common" PKGNAME= ${DISTNAME} +PKGREVISION= 1 OWNER= tron@NetBSD.org COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit |