pkgsrc-WIP-changes archive

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

Supported options can't be empty, apparently



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Sun Jun 28 11:49:05 2020 +0100
Changeset:	b94c9b526ac84265d3f1fd56189d9db7e3469dde

Modified Files:
	love11/options.mk

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b94c9b526ac84265d3f1fd56189d9db7e3469dde

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

diffstat:
 love11/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/love11/options.mk b/love11/options.mk
index 74879fd924..d4e9ea43c8 100644
--- a/love11/options.mk
+++ b/love11/options.mk
@@ -1,10 +1,10 @@
 # $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
 


Home | Main Index | Thread Index | Old Index