diff options
author | pawel <pawel@FreeBSD.org> | 2012-12-16 07:52:36 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-12-16 07:52:36 +0800 |
commit | acdd3640f9329a336d7c862417d9fd5c964dd4a0 (patch) | |
tree | 221fd6baadbf28bded902fea9aaa60289c622711 /net | |
parent | d2a0819b4122bccf0ebd8ad2d01c235916e7c519 (diff) | |
download | freebsd-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/Makefile | 10 |
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 |