pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/clutter-gtk



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 28 10:35:50 UTC 2022

Modified Files:
        pkgsrc/graphics/clutter-gtk: Makefile

Log Message:
clutter-gtk: Fix PKG_FAIL_REASON message.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/graphics/clutter-gtk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/clutter-gtk/Makefile
diff -u pkgsrc/graphics/clutter-gtk/Makefile:1.51 pkgsrc/graphics/clutter-gtk/Makefile:1.52
--- pkgsrc/graphics/clutter-gtk/Makefile:1.51   Tue Jun 28 10:32:34 2022
+++ pkgsrc/graphics/clutter-gtk/Makefile        Tue Jun 28 10:35:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2022/06/28 10:32:34 nia Exp $
+# $NetBSD: Makefile,v 1.52 2022/06/28 10:35:50 nia Exp $
 
 DISTNAME=      clutter-gtk-1.8.4
 PKGREVISION=   4
@@ -31,7 +31,7 @@ BUILDLINK_API_DEPENDS.gtk3+=  gtk3+>=3.6.
 BUILDLINK_API_DEPENDS.clutter+=        clutter>=1.18.0
 .include "../../graphics/clutter/buildlink3.mk"
 .if !${PKG_BUILD_OPTIONS.clutter:Mx11}
-PKG_FAIL_REASON+=      Require Clutter with X11 backend
+PKG_FAIL_REASON+=      "Requires Clutter with X11 backend"
 .endif
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index