aboutsummaryrefslogtreecommitdiff
path: root/lang/io
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-20 22:35:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-20 22:35:49 +0000
commit5e2205d315f4ba008042292d616addb5ed8e3e63 (patch)
tree325950337bcfd5dda31ed7af2debdff84ee7dd15 /lang/io
parent7fbf2d47c49e8fc159f4543be8ac9145745bc7cc (diff)
downloadports-5e2205d315f4ba008042292d616addb5ed8e3e63.tar.gz
ports-5e2205d315f4ba008042292d616addb5ed8e3e63.zip
Notes
Diffstat (limited to 'lang/io')
-rw-r--r--lang/io/Makefile4
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 \