diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-28 09:19:41 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-28 09:19:41 -0300 |
commit | 838d2325278fe8ed739cf77a76b4a3420e6b2bad (patch) | |
tree | da7749b5a4822772e0d0e42b9c8aeee4d6ba5458 | |
parent | 3546bfbf96e59a7b1bc52b9265c32af02285d506 (diff) | |
download | pfsense-packages-838d2325278fe8ed739cf77a76b4a3420e6b2bad.tar.gz pfsense-packages-838d2325278fe8ed739cf77a76b4a3420e6b2bad.tar.bz2 pfsense-packages-838d2325278fe8ed739cf77a76b4a3420e6b2bad.zip |
Add run_depends and port_category for darkstat
-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 378eefe4..96d9684f 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -814,6 +814,8 @@ <maintainer>sullrich+pfsp@gmail.com</maintainer> <config_file>https://packages.pfsense.org/packages/config/darkstat/darkstat.xml</config_file> <configurationfile>darkstat.xml</configurationfile> + <port_category>net-mgmt</port_category> + <run_depends>sbin/darkstat:net-mgmt/darkstat</run_depends> <build_pbi> <port>net-mgmt/darkstat</port> </build_pbi> |