summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2007-08-30 17:20:06 +0000
committergdt <gdt@pkgsrc.org>2007-08-30 17:20:06 +0000
commit41594ba91b983f7fc2c4955932123d42c636bed6 (patch)
treede04644a74c52b56b8a879800a43be56b5b51295 /chat
parent9642f31ab1d9d81151496dc5dacfedae32eaf752 (diff)
downloadpkgsrc-41594ba91b983f7fc2c4955932123d42c636bed6.tar.gz
bl3 on gettext-lib, PKGREVISION++
Diffstat (limited to 'chat')
-rw-r--r--chat/finch/Makefile4
-rw-r--r--chat/libotr/Makefile4
-rw-r--r--chat/pidgin/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index 1c5f44b0787..875c849365b 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2007/08/13 14:20:21 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2007/08/30 17:24:06 gdt Exp $
#
PKGNAME= finch-${PIDGIN_VERSION}
+PKGREVISION= 1
COMMENT= Multi-protocol Instant Messaging client console frontend
@@ -40,6 +41,7 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${DESTDIR:Q}${PREFIX:Q}/man/man1
.include "../../chat/libpurple/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile
index 031214ecd83..6613e9a2f4c 100644
--- a/chat/libotr/Makefile
+++ b/chat/libotr/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2007/08/02 11:26:28 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2007/08/30 17:27:15 gdt Exp $
VERSION= 3.1.0
+PKGREVISION= 1
DISTNAME= libotr-${VERSION}
CATEGORIES= chat security
MASTER_SITES= http://www.cypherpunks.ca/otr/
@@ -15,5 +16,6 @@ CONFIGURE_ARGS+= --with-pic
USE_LIBTOOL= yes
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
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"