aboutsummaryrefslogtreecommitdiffstats
path: root/security/prelude-manager/Makefile
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2007-01-17 03:04:22 +0800
committerbsam <bsam@FreeBSD.org>2007-01-17 03:04:22 +0800
commitf16f06d7a6d16fe87833cc3d6973c09287f09b05 (patch)
treea05b5c48c78d0f23ae24c40736522088117c9fdb /security/prelude-manager/Makefile
parent69c44f6f8246d45d1cebdecbf27fa02f5bf1ac77 (diff)
downloadfreebsd-ports-gnome-f16f06d7a6d16fe87833cc3d6973c09287f09b05.tar.gz
freebsd-ports-gnome-f16f06d7a6d16fe87833cc3d6973c09287f09b05.tar.zst
freebsd-ports-gnome-f16f06d7a6d16fe87833cc3d6973c09287f09b05.zip
- update to 0.9.7.1;
- change variable WITH(OUT)_DB to WITH(OUT)_PRELUDEDB; - delete the patch files/patch-xmlmod.c (merged upstream). PR: 107986 Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> (maintainer)
Diffstat (limited to 'security/prelude-manager/Makefile')
-rw-r--r--security/prelude-manager/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile
index 19c7b36ff1de..69bb35ac240f 100644
--- a/security/prelude-manager/Makefile
+++ b/security/prelude-manager/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= prelude-manager
-PORTVERSION= 0.9.7
-PORTREVISION= 2
+PORTVERSION= 0.9.7.1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@@ -37,11 +36,11 @@ LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2
PLIST_SUB+= WITH_XML=""
.endif
-.if defined(WITHOUT_DB)
-PLIST_SUB+= WITH_DB="@comment "
+.if defined(WITHOUT_PRELUDEDB)
+PLIST_SUB+= WITH_PRELUDEDB="@comment "
.else
LIB_DEPENDS+= preludedb.4:${PORTSDIR}/security/libpreludedb
-PLIST_SUB+= WITH_DB=""
+PLIST_SUB+= WITH_PRELUDEDB=""
.endif
post-install: