Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libglademm devel/libglademm: suppress USE_TOOLS+...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/804c49432ad3
branches:  trunk
changeset: 431414:804c49432ad3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 13 03:39:09 2020 +0000

description:
devel/libglademm: suppress USE_TOOLS+=perl warning

diffstat:

 devel/libglademm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3efaad75f921 -r 804c49432ad3 devel/libglademm/Makefile
--- a/devel/libglademm/Makefile Wed May 13 03:38:24 2020 +0000
+++ b/devel/libglademm/Makefile Wed May 13 03:39:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2020/03/10 22:08:43 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2020/05/13 03:39:09 rillig Exp $
 
 DISTNAME=      libglademm-2.6.7
 PKGREVISION=   32
@@ -14,6 +14,7 @@
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gm4 gmake pkg-config
+TOOLS_BROKEN+=         perl
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/libglade/libglademm-2.4.pc.in
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index