diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-21 19:22:47 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-21 19:22:47 +0000 |
commit | 5d8c72736f399c33580ea3aef191c9e5135880e4 (patch) | |
tree | d1fe7accefb9286d972a6e916070f874296a6077 /net | |
parent | 03ecb87a0129d2c17e4e73bd93afd2ad60ab6158 (diff) | |
download | ports-5d8c72736f399c33580ea3aef191c9e5135880e4.tar.gz ports-5d8c72736f399c33580ea3aef191c9e5135880e4.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/honeyd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 1a1576953878..a87d11724ddf 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -36,6 +36,11 @@ CONFIGURE_ARGS+= --without-python MAN1= honeydctl.1 MAN8= honeyd.8 +.include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +LIB_DEPENDS+= edit.5:${PORTSDIR}/devel/libedit +.endif + .if !defined(WITH_PYTHON) pre-everything:: @${ECHO_MSG} "===>" @@ -57,4 +62,4 @@ post-install: ${DATADIR}/scripts/snmp && \ ${INSTALL_SCRIPT} *.pl ${DATADIR}/scripts/snmp -.include <bsd.port.mk> +.include <bsd.port.post.mk> |