diff options
author | abs <abs> | 2009-09-06 21:06:44 +0000 |
---|---|---|
committer | abs <abs> | 2009-09-06 21:06:44 +0000 |
commit | 57eb40e3405ae00d2e4d79d21ffb8770064e023b (patch) | |
tree | bccaf0a81e8d00a31f5f17362ed7f6c335d6f246 /chat/libpurple/Makefile | |
parent | d296d8d2044566031a730d1d091cd4e36a91d1da (diff) | |
download | pkgsrc-57eb40e3405ae00d2e4d79d21ffb8770064e023b.tar.gz |
PR 41978 from Joachim Kuebart
Update:
chat/finch to 2.6.1
chat/libpurple to 2.6.1
chat/pidgin to 2.6.1
chat/pidgin-sametime to 2.6.1
chat/pidgin-silc to 2.6.1
major changes:
o addition of farsight support for voice/video chats (untested, new option on by default)
o addition of dependency on devel/libidn
o addition of gstreamer option for libpurple (on by default)
Diffstat (limited to 'chat/libpurple/Makefile')
-rw-r--r-- | chat/libpurple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/libpurple/Makefile b/chat/libpurple/Makefile index 55ebe95e22f..bbbe4b6c3e5 100644 --- a/chat/libpurple/Makefile +++ b/chat/libpurple/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2009/08/26 19:58:43 sno Exp $ +# $NetBSD: Makefile,v 1.16 2009/09/06 21:06:44 abs Exp $ # PKGNAME= libpurple-${PIDGIN_VERSION} -PKGREVISION= 1 COMMENT= Multi-protocol Instant Messaging client backend PKG_DESTDIR_SUPPORT= user-destdir @@ -30,5 +29,6 @@ BUILD_DIRS= m4macros libpurple po share/ca-certs share/sounds .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/GConf/schemas.mk" +.include "../../devel/libidn/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |