pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/awesome



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 30 14:55:52 UTC 2020

Modified Files:
        pkgsrc/wm/awesome: Makefile

Log Message:
awesome: Add LUA_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/wm/awesome/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/awesome/Makefile
diff -u pkgsrc/wm/awesome/Makefile:1.71 pkgsrc/wm/awesome/Makefile:1.72
--- pkgsrc/wm/awesome/Makefile:1.71     Tue Mar 10 22:11:06 2020
+++ pkgsrc/wm/awesome/Makefile  Tue Jun 30 14:55:51 2020
@@ -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 @@ PKG_SYSCONFSUBDIR=    xdg/awesome
 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