aboutsummaryrefslogtreecommitdiff
path: root/net-im/libpurple
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-20 21:30:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-20 21:30:36 +0000
commit8d53a9307b5d958c00208536c70c7e47a1179eba (patch)
tree290219d891af5ff55bcd2b9a2302692166457bf1 /net-im/libpurple
parentd05885f12023c9ac34eb25071a6bebfcddbf08bc (diff)
downloadports-8d53a9307b5d958c00208536c70c7e47a1179eba.tar.gz
ports-8d53a9307b5d958c00208536c70c7e47a1179eba.zip
Notes
Diffstat (limited to 'net-im/libpurple')
-rw-r--r--net-im/libpurple/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 6b1186b1a711..4bf29667c64d 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.6.1
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_PROJECT}
MASTER_SITE_SUBDIR= pidgin/Pidgin/${PORTVERSION}
@@ -54,6 +54,7 @@ OPTIONS= BONJOUR "Enable mDNS support" on \
SASL "Cyrus SASL support (for jabberd)" off \
GSTREAMER "Use GStreamer for playing sounds" on \
VV "Enable video and voice support" on \
+ IDN "Enable support for international domains" on
PERL "Perl scripting" off \
TCLTK "Tcl/Tk scripting" off \
SAMETIME "The Lotus Sametime chat protocol" off \
@@ -111,6 +112,12 @@ LIB_DEPENDS+= gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2
CONFIGURE_ARGS+=--disable-vv
.endif
+.if !defined(WITHOUT_IDN)
+LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn
+.else
+CONFIGURE_ARGS+=--disable-idn
+.endif
+
.if defined(WITH_GTKUI) && !defined(WITHOUT_CAP)
LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
CONFIGURE_ARGS+=--enable-cap