Skip to content

Commit 301168b

Browse files
author
jperkin
committed
Restore requirement that this package build against lua51, it is incompatible
with newer releases at this time.
1 parent 2d2e92a commit 301168b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

wm/awesome/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.57 2016/08/27 08:04:42 maya Exp $
1+
# $NetBSD: Makefile,v 1.58 2017/07/07 13:04:55 jperkin Exp $
22
#
33

44
DISTNAME= awesome-3.5.9
@@ -17,6 +17,8 @@ USE_TOOLS+= bash gmake pkg-config
1717
USE_CMAKE= yes
1818
USE_LANGUAGES= c c++
1919

20+
LUA_VERSIONS_ACCEPTED= 51
21+
2022
PKG_SYSCONFSUBDIR= xdg/awesome
2123

2224
CMAKE_ARGS+= -DWITH_DBUS=OFF

0 commit comments

Comments
 (0)