pkgsrc-WIP-changes archive

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

libnitrokey: fix options value



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Thu Apr 27 23:28:31 2023 +0200
Changeset:	848b742789f9509063eb1de4cc4dfc06f82865f4

Modified Files:
	libnitrokey/options.mk

Log Message:
libnitrokey: fix options value

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

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

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

diffs:
diff --git a/libnitrokey/options.mk b/libnitrokey/options.mk
index dc1f53e736..58c297ba4b 100644
--- a/libnitrokey/options.mk
+++ b/libnitrokey/options.mk
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKG_OPTIONS_VAR=		PKG_OPTIONS.py-pynitrokey
+PKG_OPTIONS_VAR=		PKG_OPTIONS.libnitrokey
 
 PKG_SUPPORTED_OPTIONS+=		doc tests
 


Home | Main Index | Thread Index | Old Index