diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-29 23:27:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-29 23:27:23 +0000 |
commit | 2efeff161079552ec4aa80b30354a8bd26c32a03 (patch) | |
tree | fe3f51619c9566dcf2aded8f37f8d681e8528051 /net/honeyd | |
parent | 5c7460ca6b0bc8097ddbdd580c14072a86f97733 (diff) |
Notes
Diffstat (limited to 'net/honeyd')
-rw-r--r-- | net/honeyd/Makefile | 2 |
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) |