aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-10-05 01:49:20 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-10-05 01:49:20 +0000
commit5250b79d6b68755e4e277cafa503495658689302 (patch)
tree22655fdce6ba6ec3e68420e69e16fba49edf041f /net/nepenthes
parentaf1fe83651bf0f95f301c4b10579357de677daa0 (diff)
downloadports-5250b79d6b68755e4e277cafa503495658689302.tar.gz
ports-5250b79d6b68755e4e277cafa503495658689302.zip
- update prelude dependency
PR: ports/116113 Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl> Approved by: maintainer (Michael Josic)
Notes
Notes: svn path=/head/; revision=200883
Diffstat (limited to 'net/nepenthes')
-rw-r--r--net/nepenthes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index a71aa99ad53b..6808bf5ae9f9 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nepenthes
PORTVERSION= 0.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nepenthes
@@ -21,7 +21,7 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
adns.1:${PORTSDIR}/dns/adns
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.12:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.13:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
.endif