summaryrefslogtreecommitdiff
path: root/security/suricata
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-03-20 10:53:08 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-03-20 10:53:08 +0000
commit654ccc6aac9c7681ed39c2cd2d10d8360ec7a9bc (patch)
treec30aa05ffe4be67ca3bb38317073b7e6603daa7c /security/suricata
parentRemove expired ports: (diff)
Install net/libnet headers and libraries back in the location where other
ports expect it. The files were put in a different location to avoid a conflict with net/libnet10 but this port has been removed a while ago now. PR: 208122 Exp-run by: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=411432
Diffstat (limited to 'security/suricata')
-rw-r--r--security/suricata/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/suricata/Makefile b/security/suricata/Makefile
index 4e151570794e..a00e8ea158e7 100644
--- a/security/suricata/Makefile
+++ b/security/suricata/Makefile
@@ -106,14 +106,12 @@ CONFIGURE_ARGS+=--enable-gccprotect \
--with-libpcre-libraries=${LOCALBASE}/lib \
--with-libyaml-includes=${LOCALBASE}/include \
--with-libyaml-libraries=${LOCALBASE}/lib \
- --with-libnet-includes=${LOCALBASE}/include/libnet11 \
- --with-libnet-libraries=${LOCALBASE}/lib/libnet11 \
+ --with-libnet-includes=${LOCALBASE}/include \
+ --with-libnet-libraries=${LOCALBASE}/lib \
--with-libhtp-includes=${LOCALBASE}/include/ \
--with-libhtp-libraries=${LOCALBASE}/lib \
- --disable-gccmarch-native \
- --localstatedir=/var/
+ --disable-gccmarch-native
-LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
CONFIG_DIR?= ${ETCDIR}
CONFIG_FILES= suricata.yaml classification.config reference.config threshold.config
RULES_DIR= ${CONFIG_DIR}/rules