pkgsrc-WIP-changes archive

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

ggml: fix pkglint



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jul 2 12:54:42 2026 +0200
Changeset:	47df2cc900f1a99faa59a8800875da934a522bbc

Modified Files:
	ggml/options.mk

Log Message:
ggml: fix pkglint

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

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

diffstat:
 ggml/options.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/ggml/options.mk b/ggml/options.mk
index 72ef213682..5bbe1bb6da 100644
--- a/ggml/options.mk
+++ b/ggml/options.mk
@@ -1,8 +1,8 @@
 # $NetBSD$
 
-PKG_OPTIONS_VAR=	PKG_OPTIONS.gglm
+PKG_OPTIONS_VAR=	PKG_OPTIONS.ggml
 PKG_SUPPORTED_OPTIONS=	vulkan
-PKG_SUGGESTED_OPTIONS= 	# empty
+PKG_SUGGESTED_OPTIONS=	# empty
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index