pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/wxGTK28
Module Name: pkgsrc
Committed By: tnn
Date: Sat Aug 1 17:20:59 UTC 2020
Modified Files:
pkgsrc/x11/wxGTK28: options.mk
Log Message:
move PLIST variable under the conditional
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/wxGTK28/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/wxGTK28/options.mk
diff -u pkgsrc/x11/wxGTK28/options.mk:1.1 pkgsrc/x11/wxGTK28/options.mk:1.2
--- pkgsrc/x11/wxGTK28/options.mk:1.1 Sat Aug 1 17:19:46 2020
+++ pkgsrc/x11/wxGTK28/options.mk Sat Aug 1 17:20:59 2020
@@ -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