diff options
author | jim-p <jimp@pfsense.org> | 2013-02-21 16:08:48 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-02-21 16:08:48 -0500 |
commit | 449a8c7d92692312df9ff5d54813231af008e926 (patch) | |
tree | cf28a262c9f989748c40891c4900296c0453f3a8 | |
parent | a8e7198e2d359118cd3cd07baeded3a4d2bed6f8 (diff) | |
download | pfsense-packages-449a8c7d92692312df9ff5d54813231af008e926.tar.gz pfsense-packages-449a8c7d92692312df9ff5d54813231af008e926.tar.bz2 pfsense-packages-449a8c7d92692312df9ff5d54813231af008e926.zip |
Fix PBI build spec for openbgpd
-rw-r--r-- | pkg_config.8.xml | 3 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 8b100937..8abd15e8 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -670,6 +670,9 @@ <category>NET</category> <config_file>http://www.pfsense.com/packages/config/openbgpd/openbgpd.xml</config_file> <build_port_path>/usr/ports/net/openbgpd</build_port_path> + <build_pbi> + <port>net/openbgpd</port> + </build_pbi> <version>0.5.6</version> <status>STABLE</status> <pkginfolink>http://doc.pfsense.org/index.php/OpenBGPD_package</pkginfolink> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 3845d97c..7c420a32 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -657,6 +657,9 @@ <category>NET</category> <config_file>http://www.pfsense.com/packages/config/openbgpd/openbgpd.xml</config_file> <build_port_path>/usr/ports/net/openbgpd</build_port_path> + <build_pbi> + <port>net/openbgpd</port> + </build_pbi> <version>0.5.6</version> <status>STABLE</status> <pkginfolink>http://doc.pfsense.org/index.php/OpenBGPD_package</pkginfolink> |