From acdd3640f9329a336d7c862417d9fd5c964dd4a0 Mon Sep 17 00:00:00 2001 From: pawel Date: Sat, 15 Dec 2012 23:52:36 +0000 Subject: Bump ports affected by security/libprelude update --- net/nepenthes/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'net') 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 -- cgit