diff options
author | jim-p <jimp@pfsense.org> | 2013-01-25 01:06:35 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-01-25 01:07:09 -0500 |
commit | 53fe00495d2c21a11f7cb3653f7f0bb2a0dec294 (patch) | |
tree | 7d8020766774a0e9aec6213f4c9036ef517d90c0 | |
parent | d5726cd30250d85f93bf372cd3082a40f34f406a (diff) | |
download | pfsense-packages-53fe00495d2c21a11f7cb3653f7f0bb2a0dec294.tar.gz pfsense-packages-53fe00495d2c21a11f7cb3653f7f0bb2a0dec294.tar.bz2 pfsense-packages-53fe00495d2c21a11f7cb3653f7f0bb2a0dec294.zip |
Fix Dansguardian build options
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index acbed503..d90e0580 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -607,7 +607,7 @@ <required_version>2.0</required_version> <configurationfile>dansguardian.xml</configurationfile> <build_port_path>/usr/ports/www/dansguardian-devel</build_port_path> - <build_options>dansguardian_UNSET=APACHE;dansguardian_SET=TRICKLE CLAMD ICAP NTLM SSL</build_options> + <build_options>dansguardian-devel_UNSET=APACHE;dansguardian-devel_SET=TRICKLE CLAMD ICAP NTLM SSL</build_options> <!-- NOTE: Distfile must be fetched manually from http://dansguardian.org/downloads/2/Alpha/dansguardian-2.12.0.0.tar.gz --> </package> <package> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 995564e2..b9313c03 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -594,7 +594,7 @@ <required_version>2.0</required_version> <configurationfile>dansguardian.xml</configurationfile> <build_port_path>/usr/ports/www/dansguardian-devel</build_port_path> - <build_options>dansguardian_UNSET=APACHE;dansguardian_SET=TRICKLE CLAMD ICAP NTLM SSL</build_options> + <build_options>dansguardian-devel_UNSET=APACHE;dansguardian-devel_SET=TRICKLE CLAMD ICAP NTLM SSL</build_options> <!-- NOTE: Distfile must be fetched manually from http://dansguardian.org/downloads/2/Alpha/dansguardian-2.12.0.0.tar.gz --> </package> <package> |