diff options
author | zi <zi@FreeBSD.org> | 2014-10-24 09:58:25 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2014-10-24 09:58:25 +0800 |
commit | f3f5cf877e61aeb13956c918085627353aa18005 (patch) | |
tree | ae49f954ab0b5ff42d7212c39d98bd16cb779a7d /net-im/libpurple/Makefile | |
parent | f5d8052a06f1f15ed0fd531681b2fac02ef99c09 (diff) | |
download | freebsd-ports-graphics-f3f5cf877e61aeb13956c918085627353aa18005.tar.gz freebsd-ports-graphics-f3f5cf877e61aeb13956c918085627353aa18005.tar.zst freebsd-ports-graphics-f3f5cf877e61aeb13956c918085627353aa18005.zip |
- Update to 2.10.10
With hat: ports-secteam
Security: d057c5e6-5b20-11e4-bebd-000c2980a9f3
Diffstat (limited to 'net-im/libpurple/Makefile')
-rw-r--r-- | net-im/libpurple/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index f459414567e..cbbe7433595 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -1,10 +1,9 @@ # Created by: Jim Mock <jim@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/net-im/libpurple/Makefile,v 1.32 2010/05/10 04:21:19 marcus Exp $ PORTNAME?= libpurple -PORTVERSION= 2.10.9 -PORTREVISION?= 7 +PORTVERSION= 2.10.10 +PORTREVISION?= 0 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} @@ -12,7 +11,7 @@ DISTNAME= pidgin-${PORTVERSION} MAINTAINER?= marcus@FreeBSD.org COMMENT?= Backend library for the Pidgin multi-protocol messaging client -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= cpe gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME?= gnomeprefix intlhack glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS?=--disable-gtkui \ @@ -27,10 +26,9 @@ INSTALL_TARGET= install-strip .if !defined(PIDGIN_SLAVE) # Pidgin slave ports that require the following functionality, must explicitly # set these macros themselves. -USES+= gettext iconv +USES+= gettext iconv python USE_LDCONFIG= yes WANT_GNOME= yes -USE_PYTHON= yes .if defined(PACKAGE_BUILDING) .undef WITHOUT_GNOME @@ -41,6 +39,8 @@ WITH_GNOME= yes PRPL_MODULES= +CPE_VENDOR= pidgin + OPTIONS_DEFINE= BONJOUR DBUS GNUTLS NSS SASL GSTREAMER VV IDN PERL TCLTK \ SAMETIME SILC GG IRC JABBER MSN MYSPACE NOVELL OSCAR QQ \ SIMPLE YAHOO ZEPHYR |