pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtk3
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 6 11:11:14 UTC 2025
Modified Files:
pkgsrc/x11/gtk3: Makefile
Log Message:
gtk3: use PKG_FAIL_REASON for option requirement check, like in other places
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 pkgsrc/x11/gtk3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/gtk3/Makefile
diff -u pkgsrc/x11/gtk3/Makefile:1.212 pkgsrc/x11/gtk3/Makefile:1.213
--- pkgsrc/x11/gtk3/Makefile:1.212 Fri Apr 4 20:25:08 2025
+++ pkgsrc/x11/gtk3/Makefile Sun Apr 6 11:11:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.212 2025/04/04 20:25:08 wiz Exp $
+# $NetBSD: Makefile,v 1.213 2025/04/06 11:11:14 wiz Exp $
DISTNAME= gtk+-3.24.43
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
@@ -105,7 +105,7 @@ BUILDLINK_API_DEPENDS.at-spi2-core+= at-
.include "../../devel/at-spi2-core/buildlink3.mk"
.if !empty(PKG_OPTIONS:Mgtk3-atk-bridge) && empty(PKG_BUILD_OPTIONS.at-spi2-core:Mdbus)
-BROKEN= "gtk3 with the gtk3-atk-bridge enabled needs at-spi2-core built with the dbus option."
+PKG_FAIL_REASON= "gtk3 with the gtk3-atk-bridge enabled needs at-spi2-core built with the dbus option."
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index