Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-tools x11/qt4-tools: suppress USE_TOOLS+=perl ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0ae9f50846e
branches:  trunk
changeset: 431980:b0ae9f50846e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 17 22:08:10 2020 +0000

description:
x11/qt4-tools: suppress USE_TOOLS+=perl warning

diffstat:

 x11/qt4-tools/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e441f3ba9f47 -r b0ae9f50846e x11/qt4-tools/Makefile
--- a/x11/qt4-tools/Makefile    Sun May 17 22:05:41 2020 +0000
+++ b/x11/qt4-tools/Makefile    Sun May 17 22:08:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2020/03/08 16:48:29 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2020/05/17 22:08:10 rillig Exp $
 
 PKGREVISION= 5
 .include "../../x11/qt4-libs/Makefile.common"
@@ -8,6 +8,8 @@
 
 DEPENDS+=      libtool-base-[0-9]*:../../devel/libtool-base
 
+TOOLS_BROKEN+=         perl
+
 CONFIGURE_ARGS+=       -I${QTDIR}/include -L${QTDIR}/lib
 CONFIGURE_ARGS+=       -DQT_NO_DBUS
 



Home | Main Index | Thread Index | Old Index