From 421822b8b926def65a486182bfb28ef2e9b96e41 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 7 Jul 2017 13:04:55 +0000 Subject: Restore requirement that this package build against lua51, it is incompatible with newer releases at this time. --- wm/awesome/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wm/awesome/Makefile b/wm/awesome/Makefile index aeb42cf1fc1..1802d41e51b 100644 --- a/wm/awesome/Makefile +++ b/wm/awesome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2016/08/27 08:04:42 maya Exp $ +# $NetBSD: Makefile,v 1.58 2017/07/07 13:04:55 jperkin Exp $ # DISTNAME= awesome-3.5.9 @@ -17,6 +17,8 @@ USE_TOOLS+= bash gmake pkg-config USE_CMAKE= yes USE_LANGUAGES= c c++ +LUA_VERSIONS_ACCEPTED= 51 + PKG_SYSCONFSUBDIR= xdg/awesome CMAKE_ARGS+= -DWITH_DBUS=OFF -- cgit v1.2.3