diff options
author | gdt <gdt@pkgsrc.org> | 2007-08-30 17:20:06 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-08-30 17:20:06 +0000 |
commit | fecd2118275846a7d220b803e4c0de2bcff8447e (patch) | |
tree | de04644a74c52b56b8a879800a43be56b5b51295 /chat/pidgin | |
parent | dd229d64be0d3c99bbf04790ac4373f43d68f78d (diff) | |
download | pkgsrc-fecd2118275846a7d220b803e4c0de2bcff8447e.tar.gz |
bl3 on gettext-lib, PKGREVISION++
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 ff2a249bdb9..30766d9f1ac 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2007/08/13 13:22:23 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2007/08/30 17:20:06 gdt Exp $ # PKGNAME= pidgin-${PIDGIN_VERSION} +PKGREVISION= 1 COMMENT= Multi-protocol Instant Messaging client GTK frontend PKG_DESTDIR_SUPPORT= user-destdir @@ -32,6 +33,7 @@ pre-build: ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/. .include "../../chat/libpurple/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" |