aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-09-29 23:47:00 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-09-29 23:47:00 +0000
commit429a93153716914997bec09e114a563b0a89f5f0 (patch)
tree39e1f8f608e15a18da27fb819d9c2ddfbc200cd9 /net/nepenthes
parenta8258e4503b62df12da75c88ea376d765643da0a (diff)
downloadports-429a93153716914997bec09e114a563b0a89f5f0.tar.gz
ports-429a93153716914997bec09e114a563b0a89f5f0.zip
Notes
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 1d2a245038b7..75fe3de6789e 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nepenthes
PORTVERSION= 0.2.0
-PORTREVISION= 3
+PORTREVISION= 4
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.14:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
.endif