summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-07-07 13:04:55 +0000
committerjperkin <jperkin@pkgsrc.org>2017-07-07 13:04:55 +0000
commit421822b8b926def65a486182bfb28ef2e9b96e41 (patch)
tree07d80811efc4ec789708aee49490c6b2d22f613b /wm
parent76e92f2d88c04ba124fb7fa6ee959a620f911d3a (diff)
downloadpkgsrc-421822b8b926def65a486182bfb28ef2e9b96e41.tar.gz
Restore requirement that this package build against lua51, it is incompatible
with newer releases at this time.
Diffstat (limited to 'wm')
-rw-r--r--wm/awesome/Makefile4
1 files changed, 3 insertions, 1 deletions
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