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.common | |
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.common')
-rw-r--r-- | chat/libpurple/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common index a9af5a8a435..00cb95e372a 100644 --- a/chat/libpurple/Makefile.common +++ b/chat/libpurple/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2009/08/13 18:58:31 snj Exp $ +# $NetBSD: Makefile.common,v 1.29 2009/09/06 21:06:44 abs Exp $ # # used by chat/finch/Makefile # used by chat/libpurple/Makefile @@ -6,7 +6,7 @@ # used by chat/pidgin-sametime/Makefile # used by chat/pidgin-silc/Makefile -PIDGIN_VERSION= 2.5.8 +PIDGIN_VERSION= 2.6.1 DISTNAME= pidgin-${PIDGIN_VERSION} CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/} @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --disable-gevolution CONFIGURE_ARGS+= --disable-gtkui CONFIGURE_ARGS+= --disable-consoleui CONFIGURE_ARGS+= --disable-meanwhile +CONFIGURE_ARGS+= --disable-farsight CONFIGURE_ARGS+= --disable-gstreamer CONFIGURE_ARGS+= --disable-avahi CONFIGURE_ARGS+= --disable-perl |