aboutsummaryrefslogtreecommitdiffstats
path: root/net/nepenthes
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-05-15 06:12:16 +0800
committermiwi <miwi@FreeBSD.org>2008-05-15 06:12:16 +0800
commit08de8cb0567e6473511166af5f3496f485c5ef95 (patch)
treec6b430d3e566db37f7471d1663e659a990e3b819 /net/nepenthes
parent6e45b45f490932dc32c55d6ba62abe3ccfea3be3 (diff)
downloadfreebsd-ports-gnome-08de8cb0567e6473511166af5f3496f485c5ef95.tar.gz
freebsd-ports-gnome-08de8cb0567e6473511166af5f3496f485c5ef95.tar.zst
freebsd-ports-gnome-08de8cb0567e6473511166af5f3496f485c5ef95.zip
- Chase security/libprelude shlib version bump
PR: 123661 Submitted by: Robin Gruyters Pointy hat to: miwi
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 6808bf5ae9f9..aadb3b0e81a4 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nepenthes
PORTVERSION= 0.2.0
-PORTREVISION= 2
+PORTREVISION= 3
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.13:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.14:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
.endif