diff options
author | jim-p <jimp@pfsense.org> | 2014-08-13 09:56:55 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-08-13 09:56:55 -0400 |
commit | 676c9d3b1f8e365de24aa9308b3dc300f824366b (patch) | |
tree | d02c139f55dcb3a33e57296df7244e22e42344e2 | |
parent | 41312d9fb1c91c02fd6ead5756f2b3a88f5b529b (diff) | |
download | pfsense-packages-676c9d3b1f8e365de24aa9308b3dc300f824366b.tar.gz pfsense-packages-676c9d3b1f8e365de24aa9308b3dc300f824366b.tar.bz2 pfsense-packages-676c9d3b1f8e365de24aa9308b3dc300f824366b.zip |
Fix port path for haproxy on 10.x
-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 f517c85d..b518ac0b 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -183,7 +183,7 @@ <build_pbi> <ports_before>security/openssl</ports_before> <custom_name>haproxy-devel</custom_name> - <port>/usr/ports/net/haproxy-devel</port> + <port>/usr/ports/net/haproxy</port> </build_pbi> <build_options>WITH_OPENSSL_PORT=yes;OPTIONS_UNSET_FORCE=PCRE DPCRE;OPTIONS_SET_FORCE=OPENSSL SPCRE</build_options> </package> |