aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-05-21 06:35:49 +0800
committermiwi <miwi@FreeBSD.org>2008-05-21 06:35:49 +0800
commit538bb7b107240febc5c56eef30a265ffaf741e23 (patch)
tree262af56b391a534bf1bae5b2facba8855ac329f6 /lang
parent272913f56549dbcb354f196ef45f6c25be0dfd90 (diff)
downloadfreebsd-ports-gnome-538bb7b107240febc5c56eef30a265ffaf741e23.tar.gz
freebsd-ports-gnome-538bb7b107240febc5c56eef30a265ffaf741e23.tar.zst
freebsd-ports-gnome-538bb7b107240febc5c56eef30a265ffaf741e23.zip
- Fix build on 5.X
Submitted by: pavbot
Diffstat (limited to 'lang')
-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 \