diff options
author | Ermal <eri@pfsense.org> | 2012-06-12 21:27:23 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-06-12 21:27:23 +0000 |
commit | 0cffd9a5aaefbca93b2281acc3b63e2460b6f70a (patch) | |
tree | 407fa7802ced078a6f2681ec9079550a3dbb82b9 /pkg_config.8.xml | |
parent | 2e7cd9c216696757ec1fe1dc0520267faeb11cf9 (diff) | |
download | pfsense-packages-0cffd9a5aaefbca93b2281acc3b63e2460b6f70a.tar.gz pfsense-packages-0cffd9a5aaefbca93b2281acc3b63e2460b6f70a.tar.bz2 pfsense-packages-0cffd9a5aaefbca93b2281acc3b63e2460b6f70a.zip |
Put barnyard as a dependency of snort and build it with other packages
Diffstat (limited to 'pkg_config.8.xml')
-rw-r--r-- | pkg_config.8.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 12407740..487aba9b 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -386,12 +386,14 @@ <category>Security</category> <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> <depends_on_package>mysql-client-5.1.53.tbz</depends_on_package> + <depends_on_package>barnyard2-1.9_2.tbz</depends_on_package> <depends_on_package>snort-2.9.2.3.tbz</depends_on_package> <depends_on_package>perl-threaded-5.12.4_4.tbz</depends_on_package> <build_port_path>/usr/ports/devel/pcre</build_port_path> <build_port_path>/usr/ports/net/daq</build_port_path> <build_port_path>/usr/ports/net/libnet</build_port_path> <build_port_path>/usr/ports/lang/perl5.12</build_port_path> + <build_port_path>/usr/ports/security/barnyard2</build_port_path> <build_port_path>/usr/ports/databases/mysql51-client</build_port_path> <build_port_path>/usr/home/pfsense/tools/pfPorts/snort</build_port_path> <build_options>WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITHOUT_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true -DNOPORTDOCS</build_options> |