diff options
Diffstat (limited to 'security/ossec-hids-local/Makefile')
-rw-r--r-- | security/ossec-hids-local/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile index 2bf5207..294475a 100644 --- a/security/ossec-hids-local/Makefile +++ b/security/ossec-hids-local/Makefile @@ -1,8 +1,8 @@ -# $FreeBSD: head/security/ossec-hids-local/Makefile 484537 2018-11-09 18:52:21Z swills $ +# $FreeBSD: head/security/ossec-hids-local/Makefile 490211 2019-01-13 20:58:36Z adamw $ PORTNAME= ossec-hids PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security PKGNAMESUFFIX= -${OSSEC_TYPE} @@ -34,7 +34,6 @@ CONFLICTS_INSTALL= ossec-hids-client-* \ RUN_DEPENDS= expect:lang/expect .endif -GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude ZEROMQ_LIB_DEPENDS= libczmq.so:net/czmq @@ -68,7 +67,7 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= DOCS INOTIFY .if ${OSSEC_TYPE} != agent -OPTIONS_DEFINE+= GEOIP PRELUDE ZEROMQ +OPTIONS_DEFINE+= PRELUDE ZEROMQ OPTIONS_RADIO= DATABASE OPTIONS_RADIO_DATABASE= MYSQL PGSQL @@ -81,7 +80,6 @@ PRELUDE_DESC= Sensor support from Prelude SIEM ZEROMQ_DESC= ZeroMQ support (experimental) DATABASE_DESC= Database output -GEOIP_VARS= OSSEC_ARGS+=USE_GEOIP=yes INOTIFY_VARS= OSSEC_ARGS+=USE_INOTIFY=yes PRELUDE_VARS= OSSEC_ARGS+=USE_PRELUDE=yes ZEROMQ_VARS= OSSEC_ARGS+=USE_ZEROMQ=yes |