pkgsrc-WIP-changes archive

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

gnunet-gtk: further options fixes



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon Mar 21 18:29:05 2022 +0100
Changeset:	1c852b322a866b9b618468c19621fcb60f871269

Modified Files:
	gnunet-gtk/PLIST
	gnunet-gtk/options.mk

Log Message:
gnunet-gtk: further options fixes

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

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

diffstat:
 gnunet-gtk/PLIST      | 1 +
 gnunet-gtk/options.mk | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/gnunet-gtk/PLIST b/gnunet-gtk/PLIST
index 85ef85b921..60dae0222b 100644
--- a/gnunet-gtk/PLIST
+++ b/gnunet-gtk/PLIST
@@ -1,4 +1,5 @@
 @comment $NetBSD$
+${PLIST.audio}bin/gnunet-conversation-gtk
 bin/gnunet-fs-gtk
 bin/gnunet-namestore-gtk
 bin/gnunet-peerinfo-gtk
diff --git a/gnunet-gtk/options.mk b/gnunet-gtk/options.mk
index a159489ec4..d48ac2e24c 100644
--- a/gnunet-gtk/options.mk
+++ b/gnunet-gtk/options.mk
@@ -6,6 +6,9 @@ PKG_SUGGESTED_OPTIONS+=		audio
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_BUILD_OPTIONS.gnunet:Maudio)
+.if !empty(PKG_OPTIONS:Maudio)
+.  if !empty(PKG_BUILD_OPTIONS.gnunet:Maudio)
 PLIST_VARS+=			audio
+PLIST.audio=			yes
+.  endif
 .endif


Home | Main Index | Thread Index | Old Index