pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-qt5 py-qt5: add options.mk file
details: https://anonhg.NetBSD.org/pkgsrc/rev/c49d84c45a65
branches: trunk
changeset: 389224:c49d84c45a65
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 02 15:31:58 2022 +0000
description:
py-qt5: add options.mk file
diffstat:
x11/py-qt5/options.mk | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r 44c716b7363e -r c49d84c45a65 x11/py-qt5/options.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-qt5/options.mk Fri Dec 02 15:31:58 2022 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2022/12/02 15:31:58 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.py-qt5
+PKG_SUPPORTED_OPTIONS+= dbus
+PKG_SUGGESTED_OPTIONS+= dbus
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+= dbus
+.if !empty(PKG_OPTIONS:Mdbus)
+PLIST.dbus= yes
+.include "../../sysutils/dbus-python-common/buildlink3.mk"
+.include "../../sysutils/py-dbus/buildlink3.mk"
+.endif
Home |
Main Index |
Thread Index |
Old Index