summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland>2015-09-02 04:43:52 +0000
committerdholland <dholland>2015-09-02 04:43:52 +0000
commitd65ee868776ca45e254e1c6d59efd06e01e42929 (patch)
tree558823383b217d6fa97625f5e47a69dbe183babc /lang
parent89db5acda19b720df5377306b7df7deedd053ead (diff)
downloadpkgsrc-d65ee868776ca45e254e1c6d59efd06e01e42929.tar.gz
The configure script explicitly demands editline (libedit) and won't work
with readline, so don't pretend it will.
Diffstat (limited to 'lang')
-rw-r--r--lang/onyx/Makefile5
1 files changed, 3 insertions, 2 deletions
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"