pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/clutter-gtk clutter-gtk: Fix PKG_FAIL_REASON ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2d325e075ff
branches:  trunk
changeset: 381098:b2d325e075ff
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 28 10:35:50 2022 +0000

description:
clutter-gtk: Fix PKG_FAIL_REASON message.

diffstat:

 graphics/clutter-gtk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 021253b75ebf -r b2d325e075ff graphics/clutter-gtk/Makefile
--- a/graphics/clutter-gtk/Makefile     Tue Jun 28 10:32:34 2022 +0000
+++ b/graphics/clutter-gtk/Makefile     Tue Jun 28 10:35:50 2022 +0000
@@ -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.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