diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-08-03 16:24:36 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-08-03 16:24:36 +0000 |
commit | d272924e5b1939c1d3efb9927911e218bb6ec1e1 (patch) | |
tree | c79ed207ba928d68bf9f740dcad9fd4d7b89f363 /security | |
parent | 2dfbe57a821293d883e88cd8ad3abbf0e93a35a4 (diff) | |
download | ports-d272924e5b1939c1d3efb9927911e218bb6ec1e1.tar.gz ports-d272924e5b1939c1d3efb9927911e218bb6ec1e1.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/suricata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/suricata/Makefile b/security/suricata/Makefile index dcdd6a89aba9..c0fe1e92728d 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -56,7 +56,7 @@ TESTS_DESC= Unit tests in suricata binary GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP GEOIP_CONFIGURE_ON= --enable-geoip -HTP_PORT_BUILD_DEPENDS= libhtp>=0.5.24:devel/libhtp +HTP_PORT_BUILD_DEPENDS= libhtp>=0.5.27:devel/libhtp HTP_PORT_LIB_DEPENDS= libhtp.so:devel/libhtp HTP_PORT_CONFIGURE_ON= --enable-non-bundled-htp HTP_PORT_CONFIGURE_OFF= --enable-bundled-htp |