aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-12-16 07:52:36 +0800
committerpawel <pawel@FreeBSD.org>2012-12-16 07:52:36 +0800
commitacdd3640f9329a336d7c862417d9fd5c964dd4a0 (patch)
tree221fd6baadbf28bded902fea9aaa60289c622711 /net
parentd2a0819b4122bccf0ebd8ad2d01c235916e7c519 (diff)
downloadfreebsd-ports-gnome-acdd3640f9329a336d7c862417d9fd5c964dd4a0.tar.gz
freebsd-ports-gnome-acdd3640f9329a336d7c862417d9fd5c964dd4a0.tar.zst
freebsd-ports-gnome-acdd3640f9329a336d7c862417d9fd5c964dd4a0.zip
Bump ports affected by security/libprelude update
Diffstat (limited to 'net')
-rw-r--r--net/nepenthes/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index a87c3781410d..adf4498f2441 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -1,13 +1,9 @@
-# Ports collection makefile for: nepenthes
-# Date created: 1 Dec 2005
-# Whom: ryo
-#
+# Created by: ryo
# $FreeBSD$
-#
PORTNAME= nepenthes
PORTVERSION= 0.2.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Nepenthes%20development/${PORTVERSION}
@@ -20,7 +16,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
adns.1:${PORTSDIR}/dns/adns
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
.endif