diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-18 12:27:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-18 12:27:19 +0000 |
commit | 1f0239a7f1b905639e12b396dca470e4c5453d4e (patch) | |
tree | e14e3ea0d1fc262e47d479786729fe3fb2282680 /chat/pidgin/Makefile | |
parent | c82bb98c563005d14546aa0e91926be9900422ab (diff) | |
download | pkgsrc-1f0239a7f1b905639e12b396dca470e4c5453d4e.tar.gz |
Bump PKGREVISION for PLIST fix.
Diffstat (limited to 'chat/pidgin/Makefile')
-rw-r--r-- | chat/pidgin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index 0c8761c0b9e..6f0b4e6be7f 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/08/19 18:18:10 bjs Exp $ +# $NetBSD: Makefile,v 1.15 2009/03/18 12:27:19 wiz Exp $ # # XXX appease pkglint #PKGNAME= pidgin-${PIDGIN_VERSION} @@ -8,6 +8,8 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../chat/libpurple/Makefile.common" +PKGREVISION= 1 + USE_DIRS+= xdg-1.4 USE_TOOLS+= msgfmt intltool |