diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-28 11:30:04 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-28 11:30:04 -0300 |
commit | a227953ad35df27175cf3d1f321ca2ed0ad8c8e5 (patch) | |
tree | acc6ea9fbc7c80d82981f3d345f5a0cb732faecf | |
parent | 3461f32f0dde8f9854ea8d4ea9791e499d04cf2b (diff) | |
download | pfsense-packages-a227953ad35df27175cf3d1f321ca2ed0ad8c8e5.tar.gz pfsense-packages-a227953ad35df27175cf3d1f321ca2ed0ad8c8e5.tar.bz2 pfsense-packages-a227953ad35df27175cf3d1f321ca2ed0ad8c8e5.zip |
Add run_depends and port_category for netio
-rw-r--r-- | pkg_config.10.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 4bc4e03d..db6b547a 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -950,6 +950,8 @@ <required_version>2.2</required_version> <status>ALPHA</status> <configurationfile>netio.xml</configurationfile> + <port_category>benchmarks</port_category> + <run_depends>bin/netio:benchmarks/netio</run_depends> <build_pbi> <port>benchmarks/netio</port> </build_pbi> |