diff options
-rw-r--r-- | devel/libhtp/Makefile | 2 | ||||
-rw-r--r-- | security/suricata/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/libhtp/Makefile b/devel/libhtp/Makefile index 7d736cc73781..6ac0b706a671 100644 --- a/devel/libhtp/Makefile +++ b/devel/libhtp/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= OISF GH_COMMIT= 4cb1b99 -USES= autoreconf libtool pkgconfig pathfix iconv +USES= autoreconf iconv:translit libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 6d3b42ab9a94..115a711e5b92 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libnet.so:${PORTSDIR}/net/libnet \ libyaml.so:${PORTSDIR}/textproc/libyaml -USES= autoreconf gmake pkgconfig libtool pathfix +USES= autoreconf gmake libtool pathfix pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes @@ -52,7 +52,7 @@ HTP_PORT_LIB_DEPENDS= libhtp.so:${PORTSDIR}/devel/libhtp HTP_PORT_CONFIGURE_ON= --enable-non-bundled-htp HTP_PORT_CONFIGURE_OFF= --enable-bundled-htp HTP_PORT_CONFLICTS_INSTALL_OFF= libhtp-[0-9]* libhtp-suricata -HTP_PORT_USES_OFF= iconv +HTP_PORT_USES_OFF= iconv:translit IPFW_CONFIGURE_ON= --enable-ipfw |