From d65ee868776ca45e254e1c6d59efd06e01e42929 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 2 Sep 2015 04:43:52 +0000 Subject: The configure script explicitly demands editline (libedit) and won't work with readline, so don't pretend it will. --- lang/onyx/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 358b298b471..3e666ad3427 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/01/05 04:10:06 dholland Exp $ +# $NetBSD: Makefile,v 1.28 2015/09/02 04:43:52 dholland Exp $ DISTNAME= onyx-${VERS} PKGREVISION= 2 @@ -31,8 +31,9 @@ do-install: post-install: strip ${DESTDIR}${PREFIX}/bin/onyx +.include "../../devel/editline/buildlink3.mk" +BUILDLINK_API_DEPENDS.editline+= editline>=2.6 # explicitly checked .include "../../devel/pcre/buildlink3.mk" -.include "../../mk/readline.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .if ${PTHREAD_TYPE} == "pth" -- cgit v1.2.3