pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 28 09:29:16 UTC 2020

Modified Files:
        pkgsrc/games/love010: options.mk
        pkgsrc/games/solarus: options.mk

Log Message:
Supported options can't be empty, apparently


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/love010/options.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/solarus/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/love010/options.mk
diff -u pkgsrc/games/love010/options.mk:1.2 pkgsrc/games/love010/options.mk:1.3
--- pkgsrc/games/love010/options.mk:1.2 Wed Jun 24 13:32:09 2020
+++ pkgsrc/games/love010/options.mk     Sun Jun 28 09:29:16 2020
@@ -1,10 +1,11 @@
-# $NetBSD: options.mk,v 1.2 2020/06/24 13:32:09 nia Exp $
+# $NetBSD: options.mk,v 1.3 2020/06/28 09:29:16 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
 

Index: pkgsrc/games/solarus/options.mk
diff -u pkgsrc/games/solarus/options.mk:1.2 pkgsrc/games/solarus/options.mk:1.3
--- pkgsrc/games/solarus/options.mk:1.2 Wed Jun 24 13:32:09 2020
+++ pkgsrc/games/solarus/options.mk     Sun Jun 28 09:29:16 2020
@@ -1,10 +1,11 @@
-# $NetBSD: options.mk,v 1.2 2020/06/24 13:32:09 nia Exp $
+# $NetBSD: options.mk,v 1.3 2020/06/28 09:29:16 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