1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Update libprelude dependency

PR:		ports/123659
Submitted by:	Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
This commit is contained in:
Cheng-Lung Sung 2008-05-19 03:50:55 +00:00
parent 31530afdbe
commit a4862b1018
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213309

View File

@ -118,7 +118,7 @@ CONFIGURE_ARGS+= --with-postgresql=no
.endif
.if defined(WITH_PRELUDE)
LIB_DEPENDS+= prelude.13:${PORTSDIR}/security/libprelude
LIB_DEPENDS+= prelude.14:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
PLIST_SUB+= PRELUDE=""
.else