diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-28 10:46:19 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-28 10:46:19 -0300 |
commit | 01f4050271bf82c77b1632eab71e4a4bc2147922 (patch) | |
tree | 679757b01975726260d033f0a8a0e0975f798be8 | |
parent | 578824e9239e2d414aa899b51557e6c5a10dec69 (diff) | |
download | pfsense-packages-01f4050271bf82c77b1632eab71e4a4bc2147922.tar.gz pfsense-packages-01f4050271bf82c77b1632eab71e4a4bc2147922.tar.bz2 pfsense-packages-01f4050271bf82c77b1632eab71e4a4bc2147922.zip |
Add missing USES=
-rw-r--r-- | pkg_config.10.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index c63af681..790d2226 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -894,7 +894,7 @@ <config_file>https://packages.pfsense.org/packages/config/bandwidthd/bandwidthd.xml</config_file> <configurationfile>bandwidthd.xml</configurationfile> <port_category>net-mgmt</port_category> - <port_uses>pgsql</port_uses> + <port_uses>USES=pgsql</port_uses> <run_depends>bandwidthd/bandwidthd:net-mgmt/bandwidthd</run_depends> <build_pbi> <ports_before>net/libpcap databases/postgresql91-client graphics/gd</ports_before> |