diff options
author | marcus <marcus@FreeBSD.org> | 2009-08-21 05:34:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-08-21 05:34:19 +0800 |
commit | f40e9db78067ad54567da02597bacc12e1aea4df (patch) | |
tree | b7fff8f3bc4ca86998276c843891e966f3f1d38f /net-im | |
parent | f9fb4eb430937e9a5d141475dc83ed55094b688d (diff) | |
download | freebsd-ports-gnome-f40e9db78067ad54567da02597bacc12e1aea4df.tar.gz freebsd-ports-gnome-f40e9db78067ad54567da02597bacc12e1aea4df.tar.zst freebsd-ports-gnome-f40e9db78067ad54567da02597bacc12e1aea4df.zip |
Add missing '\'.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libpurple/Makefile | 2 |
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 \ |