summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-01 17:20:59 +0000
committertnn <tnn@pkgsrc.org>2020-08-01 17:20:59 +0000
commitceca8fd6869a75e75c822b37e94a2ffa8b6925f9 (patch)
tree7c6eaa20ac7468a9fcbbe3eedf77203ff6f4ff60 /x11
parent32af042cc7b685ec1a6b8fcbaf70af658410f0da (diff)
downloadpkgsrc-ceca8fd6869a75e75c822b37e94a2ffa8b6925f9.tar.gz
move PLIST variable under the conditional
Diffstat (limited to 'x11')
-rw-r--r--x11/wxGTK28/options.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/wxGTK28/options.mk b/x11/wxGTK28/options.mk
index 5aedb70ca3c..d96557dbd08 100644
--- a/x11/wxGTK28/options.mk
+++ b/x11/wxGTK28/options.mk
@@ -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"