diff options
author | Scott Ullrich <sullrich@su.local> | 2009-10-04 13:28:43 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@su.local> | 2009-10-04 13:28:50 -0400 |
commit | 55b8ddb898dd4bd9bcc5fccdb015c819e166421a (patch) | |
tree | f3933aa9b5ca2d60a1bd9e28ad4a2e98c83403cb | |
parent | 52f29e2edb30067b8d6a58049125fc0fa72d0fc9 (diff) | |
download | pfsense-packages-55b8ddb898dd4bd9bcc5fccdb015c819e166421a.tar.gz pfsense-packages-55b8ddb898dd4bd9bcc5fccdb015c819e166421a.tar.bz2 pfsense-packages-55b8ddb898dd4bd9bcc5fccdb015c819e166421a.zip |
FreeSWITCH does not currently work on NanoBSD
-rwxr-xr-x | pkg_config.7.xml | 1 | ||||
-rwxr-xr-x | pkg_config.8.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index e7b5acda..2cbb07b9 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -117,6 +117,7 @@ <required_version>1.2.1</required_version> <maintainer>markjcrane@gmail.com</maintainer> <configurationfile>freeswitch.xml</configurationfile> + <noembedded>true</noembedded> </package> <package> <name>FreeSWITCH Dev</name> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index a5ffef3a..b7580eda 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -108,6 +108,7 @@ <required_version>1.2.1</required_version> <maintainer>markjcrane@gmail.com</maintainer> <configurationfile>freeswitch.xml</configurationfile> + <noembedded>true</noembedded> </package> <package> <name>Notes</name> |