diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
commit | c88aaf5c891059139a97c6a9da40fb5cbe102634 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /security/ossec-hids-server | |
parent | 11c750925ed8e4b886a43e45df089896dd23e6f5 (diff) |
Notes
Diffstat (limited to 'security/ossec-hids-server')
-rw-r--r-- | security/ossec-hids-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ossec-hids-server/Makefile b/security/ossec-hids-server/Makefile index 53eaaa26fa11..283cc422c493 100644 --- a/security/ossec-hids-server/Makefile +++ b/security/ossec-hids-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= ossec-hids PORTVERSION= 2.8.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= http://www.ossec.net/files/ \ http://www.ossec.net/files/old/ @@ -17,6 +17,7 @@ USE_RC_SUBR= ossec-hids CFLAGS+= -ferror-limit=0 USES= readline +USE_OPENSSL= yes .if defined(MAINTAINER_MODE) UID_FILES+= ../../UIDs |