Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/awesome awesome: Add LUA_VERSIONS_ACCEPTED



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c02e380220c
branches:  trunk
changeset: 435092:8c02e380220c
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 30 14:55:51 2020 +0000

description:
awesome: Add LUA_VERSIONS_ACCEPTED

diffstat:

 wm/awesome/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9e9913fbb484 -r 8c02e380220c wm/awesome/Makefile
--- a/wm/awesome/Makefile       Tue Jun 30 14:52:24 2020 +0000
+++ b/wm/awesome/Makefile       Tue Jun 30 14:55:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2020/03/10 22:11:06 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2020/06/30 14:55:51 nia Exp $
 
 DISTNAME=      awesome-4.3
 PKGREVISION=   3
@@ -26,6 +26,9 @@
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ${WRKSRC}
 
+# lua-gi
+LUA_VERSIONS_ACCEPTED= 53 52 51
+
 .include "../../lang/lua/luaversion.mk"
 
 CMAKE_ARGS+=   -DCOMPRESS_MANPAGES=${MANZ:Q}



Home | Main Index | Thread Index | Old Index