diff options
Diffstat (limited to 'security/prelude-manager/Makefile')
-rw-r--r-- | security/prelude-manager/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index f1cd63d67f11..5c25f2158f07 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= prelude-manager -PORTVERSION= 0.8.7 -PORTREVISION= 1 +PORTVERSION= 0.8.8 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ @@ -16,7 +15,7 @@ COMMENT= Prelude Network Intrusion Detection System central logging point LIB_DEPENDS+= prelude.0:${PORTSDIR}/security/libprelude \ xml2.5:${PORTSDIR}/textproc/libxml2 -GNU_MAKE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc \ --program-prefix="" --localstatedir=/var |