aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2007-06-12 16:38:19 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2007-06-12 16:38:19 +0000
commitbd47eee8bd632a8a99445175b28b14646dcd82f3 (patch)
tree794bf3647724b7b997101673f035cd8af8390fc7 /net/nepenthes
parentc8cbfe589ce1a97c250d51a24f3657a4d1c073f1 (diff)
downloadports-bd47eee8bd632a8a99445175b28b14646dcd82f3.tar.gz
ports-bd47eee8bd632a8a99445175b28b14646dcd82f3.zip
- Updated dependency library libprelude.
- Bump PORTVERSION to force rebuild. Submitted by: Marcelo Araujo <araujo@FreeBSD.org> Approved by: stas (mentor)
Notes
Notes: svn path=/head/; revision=193340
Diffstat (limited to 'net/nepenthes')
-rw-r--r--net/nepenthes/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index aaf2301f2825..90cbf937bcf2 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nepenthes
PORTVERSION= 0.2.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nepenthes
@@ -20,7 +21,7 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
adns.1:${PORTSDIR}/dns/adns
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.12:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
.endif