pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/zam-plugins zam-plugins: pkgsrc is unhappy if a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38f7bf645dc4
branches:  trunk
changeset: 380981:38f7bf645dc4
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jun 22 10:12:02 2022 +0000

description:
zam-plugins: pkgsrc is unhappy if a package includes options stuff but
doesn't provide any options.

diffstat:

 audio/zam-plugins/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 012543b1f0ee -r 38f7bf645dc4 audio/zam-plugins/options.mk
--- a/audio/zam-plugins/options.mk      Wed Jun 22 10:09:32 2022 +0000
+++ b/audio/zam-plugins/options.mk      Wed Jun 22 10:12:02 2022 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2022/04/06 16:32:21 nia Exp $
+# $NetBSD: options.mk,v 1.2 2022/06/22 10:12:02 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.zam-plugins
 
+PKG_SUPPORTED_OPTIONS+=                jack
+
 .include "../../audio/jack/platform.mk"
 .if ${PLATFORM_SUPPORTS_JACK:tl} == "yes"
-PKG_SUPPORTED_OPTIONS+=                jack
 PKG_SUGGESTED_OPTIONS+=                jack
 .endif
 



Home | Main Index | Thread Index | Old Index