pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/awesome Restore requirement that this package build...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e50bbf3fc0e
branches: trunk
changeset: 364955:0e50bbf3fc0e
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Jul 07 13:04:55 2017 +0000
description:
Restore requirement that this package build against lua51, it is incompatible
with newer releases at this time.
diffstat:
wm/awesome/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f787b8551522 -r 0e50bbf3fc0e wm/awesome/Makefile
--- a/wm/awesome/Makefile Fri Jul 07 13:04:36 2017 +0000
+++ b/wm/awesome/Makefile Fri Jul 07 13:04:55 2017 +0000
@@ -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_CMAKE= yes
USE_LANGUAGES= c c++
+LUA_VERSIONS_ACCEPTED= 51
+
PKG_SYSCONFSUBDIR= xdg/awesome
CMAKE_ARGS+= -DWITH_DBUS=OFF
Home |
Main Index |
Thread Index |
Old Index