diff options
author | jim-p <jimp@pfsense.org> | 2010-11-22 14:18:55 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-11-22 14:18:55 -0500 |
commit | f1a9e8c088549a45c0a88a6f438322eba3890481 (patch) | |
tree | 2319f77b97327bcb1cfc1e76ddcddd5ef5da35f6 | |
parent | 939869231e32f7daca780e92fab9c408f042dbae (diff) | |
download | pfsense-packages-f1a9e8c088549a45c0a88a6f438322eba3890481.tar.gz pfsense-packages-f1a9e8c088549a45c0a88a6f438322eba3890481.tar.bz2 pfsense-packages-f1a9e8c088549a45c0a88a6f438322eba3890481.zip |
Add libpcap as a depency for bandwidthd, and set it up to be built automatically.
-rwxr-xr-x | pkg_config.8.xml | 4 | ||||
-rwxr-xr-x | pkg_config.8.xml.amd64 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index e13ac50b..5f2cb999 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -635,9 +635,11 @@ <required_version>1.2.1</required_version> <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> <depends_on_package>bandwidthd-2.0.1_4.tbz</depends_on_package> + <depends_on_package>libpcap-1.1.1.tbz</depends_on_package> <config_file>http://www.pfsense.org/packages/config/bandwidthd/bandwidthd.xml</config_file> <configurationfile>bandwidthd.xml</configurationfile> - <build_port_path>/usr/ports/net-mgmt/bandwidthd</build_port_path> + <build_port_path>/usr/ports/net-mgmt/bandwidthd</build_port_path> + <build_port_path>/usr/ports/net/libpcap</build_port_path> </package> <package> <name>stunnel</name> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 3619ed4f..bbd9f443 100755 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -670,9 +670,11 @@ <required_version>1.2.1</required_version> <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> <depends_on_package>bandwidthd-2.0.1_4.tbz</depends_on_package> + <depends_on_package>libpcap-1.1.1.tbz</depends_on_package> <config_file>http://www.pfsense.org/packages/config/bandwidthd/bandwidthd.xml</config_file> <configurationfile>bandwidthd.xml</configurationfile> - <build_port_path>/usr/ports/net-mgmt/bandwidthd</build_port_path> + <build_port_path>/usr/ports/net-mgmt/bandwidthd</build_port_path> + <build_port_path>/usr/ports/net/libpcap</build_port_path> </package> <package> <name>stunnel</name> |