pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt6-qtbase



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep 30 08:05:49 UTC 2023

Modified Files:
        pkgsrc/x11/qt6-qtbase: options.mk

Log Message:
qt6-qtbase: remove unused include


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/qt6-qtbase/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/qt6-qtbase/options.mk
diff -u pkgsrc/x11/qt6-qtbase/options.mk:1.4 pkgsrc/x11/qt6-qtbase/options.mk:1.5
--- pkgsrc/x11/qt6-qtbase/options.mk:1.4        Fri Sep 29 21:12:15 2023
+++ pkgsrc/x11/qt6-qtbase/options.mk    Sat Sep 30 08:05:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2023/09/29 21:12:15 adam Exp $
+# $NetBSD: options.mk,v 1.5 2023/09/30 08:05:48 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qt6-qtbase
 PKG_SUPPORTED_OPTIONS+=        dbus gtk3
@@ -26,7 +26,6 @@ CONFIGURE_ARGS+=      -no-cups
 .if !empty(PKG_OPTIONS:Mdbus)
 # Use lib/dbus-1.0/include/dbus/dbus-arch-deps.h from sysutils/dbus
 USE_DBUS-ARCH-DEPS_H=  yes
-#.include "../../devel/at-spi2-core/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 CONFIGURE_ARGS+=       -dbus-linked
 PLIST.dbus=            yes



Home | Main Index | Thread Index | Old Index