summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland>2014-01-05 04:10:06 +0000
committerdholland <dholland>2014-01-05 04:10:06 +0000
commitb3ce9bf93e72c187d3b63c8b4d5526134f240621 (patch)
treedef3da8c8a0bfe428eb1758bfc5166b0b195a822 /lang
parente9f901dcc728ec6aebd22446c0f825f4952ba2d9 (diff)
downloadpkgsrc-b3ce9bf93e72c187d3b63c8b4d5526134f240621.tar.gz
This probes for and uses libedit, but libedit isn't buildlinked.
Correct that optimistically by including (optimistically) readline.bl3.mk, in the hopes that readline will work too. If not, someone should revisit this and explicitly include devel/editline/bl3.mk instead. Came up on freebsd, where libedit is apparently both builtin and ancient, so configure rejected it; this caused PLIST divergence.
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 9393178e9d2..358b298b471 100644
--- a/lang/onyx/Makefile
+++ b/lang/onyx/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2012/10/02 20:11:46 asau Exp $
+# $NetBSD: Makefile,v 1.27 2014/01/05 04:10:06 dholland Exp $
DISTNAME= onyx-${VERS}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.canonware.com/download/onyx/
EXTRACT_SUFX= .tar.bz2
@@ -32,6 +32,7 @@ post-install:
strip ${DESTDIR}${PREFIX}/bin/onyx
.include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/readline.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "pth"