diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-20 22:35:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-20 22:35:49 +0000 |
commit | 5e2205d315f4ba008042292d616addb5ed8e3e63 (patch) | |
tree | 325950337bcfd5dda31ed7af2debdff84ee7dd15 /lang/io/Makefile | |
parent | 7fbf2d47c49e8fc159f4543be8ac9145745bc7cc (diff) | |
download | ports-5e2205d315f4ba008042292d616addb5ed8e3e63.tar.gz ports-5e2205d315f4ba008042292d616addb5ed8e3e63.zip |
Notes
Diffstat (limited to 'lang/io/Makefile')
-rw-r--r-- | lang/io/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index bf6d7a723cb3..ec590f35a79f 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -35,6 +35,10 @@ PORTEXAMPLES= * .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +LIB_DEPENDS+= edit.6:${PORTSDIR}/devel/libedit +.endif + post-patch: @cd ${WRKSRC}/addons && for addon in *; do \ if ! ${ECHO_CMD} ${DEFAULT_ADDONS} | ${GREP} $$addon > /dev/null; then \ |