1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Chase libpreludedb shlib version change.

- bump PORTREVISION

PR:		ports/102053
Submitted by:	maintainer (Robin Gruyters)
This commit is contained in:
Cheng-Lung Sung 2006-08-15 06:45:33 +00:00
parent 1d8bed0a94
commit d1b2160b0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170666

View File

@ -6,7 +6,7 @@
PORTNAME= prelude-manager
PORTVERSION= 0.9.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@ -38,7 +38,7 @@ PLIST_SUB+= WITH_XML=""
.if defined(WITHOUT_DB)
PLIST_SUB+= WITH_DB="@comment "
.else
LIB_DEPENDS+= preludedb.3:${PORTSDIR}/security/libpreludedb
LIB_DEPENDS+= preludedb.4:${PORTSDIR}/security/libpreludedb
PLIST_SUB+= WITH_DB=""
.endif