Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/elinks elinks: Explicitly disable Lua support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8448118f47d8
branches: trunk
changeset: 435111:8448118f47d8
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jun 30 18:56:19 2020 +0000
description:
elinks: Explicitly disable Lua support.
It only supports Lua 5.0 which is absent from pkgsrc, so this never
worked anyway.
diffstat:
www/elinks/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r e92aab358e4f -r 8448118f47d8 www/elinks/Makefile
--- a/www/elinks/Makefile Tue Jun 30 18:49:56 2020 +0000
+++ b/www/elinks/Makefile Tue Jun 30 18:56:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2020/05/22 10:56:44 adam Exp $
+# $NetBSD: Makefile,v 1.69 2020/06/30 18:56:19 nia Exp $
DISTNAME= elinks-0.12pre6
PKGNAME= ${DISTNAME:S/pre/rc/}
@@ -21,6 +21,7 @@
CONFIGURE_ARGS+= --enable-256-colors
CONFIGURE_ARGS+= --enable-utf-8
CONFIGURE_ARGS+= --without-lzma
+CONFIGURE_ARGS+= --without-lua
.include "../../mk/bsd.prefs.mk"
@@ -35,6 +36,4 @@
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/lua/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index