diff options
author | wiz <wiz> | 2009-03-18 12:27:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-03-18 12:27:19 +0000 |
commit | ce2243a6379600af9fd55bc03e8032a4728b22fb (patch) | |
tree | e14e3ea0d1fc262e47d479786729fe3fb2282680 /chat/pidgin | |
parent | b73d840ad9072615ad7c891ddc470da1fd82671d (diff) | |
download | pkgsrc-ce2243a6379600af9fd55bc03e8032a4728b22fb.tar.gz |
Bump PKGREVISION for PLIST fix.
Diffstat (limited to 'chat/pidgin')
-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 |