summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-16 18:43:14 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-16 18:43:14 +0000
commita8c1c24a14b245390ded7628469753abd586be0c (patch)
tree735db29dcf1bd336d70bd38323fb96527f96e290
parentThis is a Firefox searchplugin for the german BSD board www.BSDGroup.de. (diff)
- Chase libprelude update
PR: ports/107989 Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> Approved by: Michael Josic <systemoperator at gmail.com> (maintainer)
-rw-r--r--net/nepenthes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index 3cd18e4605b7..b5af877ecf8a 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
adns.1:${PORTSDIR}/dns/adns
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.10:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
.endif