diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-03-10 11:16:49 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-10 11:16:49 +0000 |
commit | 431b82352cb8476e7a9805c805768cf19ddf0ad7 (patch) | |
tree | 41dd9f988d9876f9d383faa0b88da35029d949da /net | |
parent | 821b19c232dbc89dc043312ae0f957882396badb (diff) | |
download | ports-431b82352cb8476e7a9805c805768cf19ddf0ad7.tar.gz ports-431b82352cb8476e7a9805c805768cf19ddf0ad7.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/freeswitch-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/freeswitch-devel/Makefile b/net/freeswitch-devel/Makefile index 073944d4a83d..0e970edd9674 100644 --- a/net/freeswitch-devel/Makefile +++ b/net/freeswitch-devel/Makefile @@ -19,10 +19,9 @@ CONFLICTS= freeswitch-core-[0-9]* NO_WRKSUBDIR= yes NO_BUILD= yes -OPTIONS_DEFINE= VANILLA SBC INSIDEOUT CURL SOUNDS MUSIC SCRIPTS +OPTIONS_DEFINE= VANILLA INSIDEOUT CURL SOUNDS MUSIC SCRIPTS VANILLA_DESC= Vanilla Dialplan Configs -SBC_DESC= Session Border Conroller configs INSIDEOUT_DESC= Inside Out Basic Dialplan Configs CURL_DESC= Curl dialplan configs SOUNDS_DESC= Sound files for use with FreeSwitch PBX |