diff options
author | jim-p <jimp@pfsense.org> | 2012-06-18 12:23:06 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-06-18 12:33:40 -0400 |
commit | b27388b7089838c756b0f3857278b0916fc56dc7 (patch) | |
tree | 7ec4fb5260ccb8cbf2846c228edcdd93a5e56293 | |
parent | 84e36ffdfd4affe78bc63a9e51ae772a722073b0 (diff) | |
download | pfsense-packages-b27388b7089838c756b0f3857278b0916fc56dc7.tar.gz pfsense-packages-b27388b7089838c756b0f3857278b0916fc56dc7.tar.bz2 pfsense-packages-b27388b7089838c756b0f3857278b0916fc56dc7.zip |
Add build_port_path for zebedee
-rw-r--r-- | pkg_config.8.xml | 1 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index f3bef703..0805352a 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1511,6 +1511,7 @@ <depends_on_package>zebedee.tbz</depends_on_package> <config_file>http://www.pfsense.com/packages/config/zebedee/zebedee.xml</config_file> <configurationfile>zebedee.xml</configurationfile> + <build_port_path>/usr/ports/security/zebedee</build_port_path> <!-- Fix me once a PBI is available! --> <maximum_version>2.1</maximum_version> </package> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index d0ac9d94..8fdc4510 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1463,6 +1463,7 @@ <configurationfile>zebedee.xml</configurationfile> <!-- Fix me once a PBI is available! --> <maximum_version>2.1</maximum_version> + <build_port_path>/usr/ports/security/zebedee</build_port_path> </package> <package> <name>OpenVPN tap Bridging Fix</name> |