diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-21 06:35:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-21 06:35:49 +0800 |
commit | 538bb7b107240febc5c56eef30a265ffaf741e23 (patch) | |
tree | 262af56b391a534bf1bae5b2facba8855ac329f6 /lang | |
parent | 272913f56549dbcb354f196ef45f6c25be0dfd90 (diff) | |
download | freebsd-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/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 \ |