Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK28 move PLIST variable under the conditional



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dec19a351f7
branches:  trunk
changeset: 436405:6dec19a351f7
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Aug 01 17:20:59 2020 +0000

description:
move PLIST variable under the conditional

diffstat:

 x11/wxGTK28/options.mk |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 3faf69793657 -r 6dec19a351f7 x11/wxGTK28/options.mk
--- a/x11/wxGTK28/options.mk    Sat Aug 01 17:19:46 2020 +0000
+++ b/x11/wxGTK28/options.mk    Sat Aug 01 17:20:59 2020 +0000
@@ -1,16 +1,14 @@
-# $NetBSD: options.mk,v 1.1 2020/08/01 17:19:46 tnn Exp $
-
-PLIST_VARS+=  gstreamer
+# $NetBSD: options.mk,v 1.2 2020/08/01 17:20:59 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.wxGTK28
 PKG_SUPPORTED_OPTIONS= gstreamer
 PKG_SUGGESTED_OPTIONS= gstreamer
 
-PLIST.gstreamer=       yes
-
 .include "../../mk/bsd.options.mk"
 
+PLIST_VARS+=           gstreamer
 .if !empty(PKG_OPTIONS:Mgstreamer)
+PLIST.gstreamer=       yes
 .include "../../multimedia/gstreamer0.10/buildlink3.mk"
 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
 .include "../../devel/GConf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index