View | Details | Raw Unified | Return to bug 94994
Collapse All | Expand All

(-)/data2/FreeBSD/custom_ports/security/prelude-manager/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	prelude-manager
7
PORTNAME=	prelude-manager
8
PORTVERSION=	0.9.4
8
PORTVERSION=	0.9.4
9
PORTREVISION=	1
9
PORTREVISION=	2
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
11
MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
12
MASTER_SITES=	http://www.prelude-ids.org/download/releases/old/
12
MASTER_SITES=	http://www.prelude-ids.org/download/releases/old/
Lines 30-36 Link Here
30
.if defined(WITHOUT_DB)
30
.if defined(WITHOUT_DB)
31
PLIST_SUB+=	WITH_DB="@comment "
31
PLIST_SUB+=	WITH_DB="@comment "
32
.else
32
.else
33
LIB_DEPENDS+=	preludedb.2:${PORTSDIR}/security/libpreludedb
33
LIB_DEPENDS+=	preludedb.3:${PORTSDIR}/security/libpreludedb
34
PLIST_SUB+=	WITH_DB=""
34
PLIST_SUB+=	WITH_DB=""
35
.endif
35
.endif

Return to bug 94994