pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-qt5
Module Name: pkgsrc
Committed By: wiz
Date: Fri Dec 2 15:31:58 UTC 2022
Added Files:
pkgsrc/x11/py-qt5: options.mk
Log Message:
py-qt5: add options.mk file
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/py-qt5/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/x11/py-qt5/options.mk
diff -u /dev/null pkgsrc/x11/py-qt5/options.mk:1.1
--- /dev/null Fri Dec 2 15:31:58 2022
+++ pkgsrc/x11/py-qt5/options.mk Fri Dec 2 15:31:58 2022
@@ -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