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 | |
parent | dd229d64be0d3c99bbf04790ac4373f43d68f78d (diff) | |
download | pkgsrc-fecd2118275846a7d220b803e4c0de2bcff8447e.tar.gz |
bl3 on gettext-lib, PKGREVISION++
-rw-r--r-- | chat/finch/Makefile | 4 | ||||
-rw-r--r-- | chat/libotr/Makefile | 4 | ||||
-rw-r--r-- | chat/pidgin/Makefile | 4 |
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" |