Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games Move luajit out of SUPPORTED_OPTIONS where unsup...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bfc1f0f587fe
branches: trunk
changeset: 434868:bfc1f0f587fe
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jun 24 13:32:09 2020 +0000
description:
Move luajit out of SUPPORTED_OPTIONS where unsupported.
diffstat:
games/love010/options.mk | 4 ++--
games/solarus/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 6115c06df0d4 -r bfc1f0f587fe games/love010/options.mk
--- a/games/love010/options.mk Wed Jun 24 13:29:23 2020 +0000
+++ b/games/love010/options.mk Wed Jun 24 13:32:09 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2020/06/24 11:24:45 nia Exp $
+# $NetBSD: options.mk,v 1.2 2020/06/24 13:32:09 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.love
-PKG_SUPPORTED_OPTIONS= luajit
.include "../../lang/LuaJIT2/platform.mk"
.if !empty(PLATFORM_SUPPORTS_LUAJIT:M[Yy][Ee][Ss])
+PKG_SUPPORTED_OPTIONS= luajit
PKG_SUGGESTED_OPTIONS= luajit
.endif
diff -r 6115c06df0d4 -r bfc1f0f587fe games/solarus/options.mk
--- a/games/solarus/options.mk Wed Jun 24 13:29:23 2020 +0000
+++ b/games/solarus/options.mk Wed Jun 24 13:32:09 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2020/06/24 13:28:26 nia Exp $
+# $NetBSD: options.mk,v 1.2 2020/06/24 13:32:09 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.solarus
-PKG_SUPPORTED_OPTIONS= luajit
.include "../../lang/LuaJIT2/platform.mk"
.if !empty(PLATFORM_SUPPORTS_LUAJIT:M[Yy][Ee][Ss])
+PKG_SUPPORTED_OPTIONS= luajit
PKG_SUGGESTED_OPTIONS= luajit
.endif
Home |
Main Index |
Thread Index |
Old Index