pkgsrc-WIP-changes archive

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

gnunet: Linux: do not make bluez suggested. update package in wip.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Tue Mar 22 18:05:55 2022 +0100
Changeset:	3a9de3535efdf94cc1225402cfa1ecabb62f0d1a

Modified Files:
	gnunet/options.mk

Log Message:
gnunet: Linux: do not make bluez suggested. update package in wip.

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

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

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

diffs:
diff --git a/gnunet/options.mk b/gnunet/options.mk
index b2ebbebf76..7d16c96532 100644
--- a/gnunet/options.mk
+++ b/gnunet/options.mk
@@ -17,7 +17,8 @@ PKG_SUGGESTED_OPTIONS+=		audio
 # gnunet-qr needs zbar with video support. v4l2 only works
 # on Linux.
 .if ${OPSYS} == "Linux"
-PKG_SUGGESTED_OPTIONS+=		bluez
+# outdated package, update the package in wip
+# PKG_SUGGESTED_OPTIONS+=		bluez
 PKG_SUGGESTED_OPTIONS+=		zbar
 .endif
 


Home | Main Index | Thread Index | Old Index