summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-20 21:34:19 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-20 21:34:19 +0000
commita678e697ae478be0b9a78e6a71f012f7f47f60db (patch)
tree80ecd316ee157ef3c14ec358257188f6c9997b9a
parentAdd a missing optional dependency on libidn. (diff)
Add missing '\'.
Notes
Notes: svn path=/head/; revision=239998
-rw-r--r--net-im/libpurple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 4bf29667c64d..d797197be4eb 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -54,7 +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
+ IDN "Enable support for international domains" on \
PERL "Perl scripting" off \
TCLTK "Tcl/Tk scripting" off \
SAMETIME "The Lotus Sametime chat protocol" off \