pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/pulseaudio Fix packaging on non-Linux platforms
details: https://anonhg.NetBSD.org/pkgsrc/rev/e3aec8dbb29f
branches: trunk
changeset: 335838:e3aec8dbb29f
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Jul 02 03:30:18 2019 +0000
description:
Fix packaging on non-Linux platforms
* PLIST_VARS should be completed on all platforms.
diffstat:
audio/pulseaudio/options.mk | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (18 lines):
diff -r 3c4040afa2ce -r e3aec8dbb29f audio/pulseaudio/options.mk
--- a/audio/pulseaudio/options.mk Tue Jul 02 00:13:07 2019 +0000
+++ b/audio/pulseaudio/options.mk Tue Jul 02 03:30:18 2019 +0000
@@ -1,12 +1,9 @@
-# $NetBSD: options.mk,v 1.10 2019/07/01 10:25:24 triaxx Exp $
+# $NetBSD: options.mk,v 1.11 2019/07/02 03:30:18 ryoon Exp $
.include "../../comms/lirc/available.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.pulseaudio
-PKG_SUPPORTED_OPTIONS= avahi fftw gsettings x11
-.if ${LIRC_AVAILABLE} == "yes"
-PKG_SUPPORTED_OPTIONS+= lirc
-.endif
+PKG_SUPPORTED_OPTIONS= avahi fftw gsettings x11 lirc
PKG_SUGGESTED_OPTIONS= avahi x11
PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
Home |
Main Index |
Thread Index |
Old Index