aboutsummaryrefslogtreecommitdiff
path: root/net/honeyd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-29 23:27:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-29 23:27:23 +0000
commit2efeff161079552ec4aa80b30354a8bd26c32a03 (patch)
treefe3f51619c9566dcf2aded8f37f8d681e8528051 /net/honeyd
parent5c7460ca6b0bc8097ddbdd580c14072a86f97733 (diff)
downloadports-2efeff161079552ec4aa80b30354a8bd26c32a03.tar.gz
ports-2efeff161079552ec4aa80b30354a8bd26c32a03.zip
- Chase libedit update
PR: ports/92450 Submitted by: Thomas Schweikle <tps@vr-web.de>
Notes
Notes: svn path=/head/; revision=154750
Diffstat (limited to 'net/honeyd')
-rw-r--r--net/honeyd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile
index a39c0d631e95..ea01d163a82c 100644
--- a/net/honeyd/Makefile
+++ b/net/honeyd/Makefile
@@ -39,7 +39,7 @@ MAN8= honeyd.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-LIB_DEPENDS+= edit.5:${PORTSDIR}/devel/libedit
+LIB_DEPENDS+= edit.6:${PORTSDIR}/devel/libedit
.endif
.if !defined(WITH_PYTHON)