pkgsrc-WIP-changes archive

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

lumina: use bsd.options.mk in options.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Aug 14 11:25:01 2018 +0200
Changeset:	4e5d1efb53b7c0183489cd41c7ba76d9f85f5958

Modified Files:
	lumina/options.mk

Log Message:
lumina: use bsd.options.mk in options.mk

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

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

diffstat:
 lumina/options.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/lumina/options.mk b/lumina/options.mk
index c0d20094cd..200afd23e4 100644
--- a/lumina/options.mk
+++ b/lumina/options.mk
@@ -1,8 +1,9 @@
 # $NetBSD$
+
 PKG_OPTIONS_VAR=	PKG_OPTIONS_VAR.lumina
 PKG_SUPPORTED_OPTIONS=	noxinput
 
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mnoxinput)
 EXTRA=	CONFIG+=NO_XINPUT


Home | Main Index | Thread Index | Old Index