Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/797b391d1143
branches:  trunk
changeset: 431222:797b391d1143
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 10 13:59:09 2020 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 75c4b1753a3c -r 797b391d1143 x11/qt4-libs/Makefile
--- a/x11/qt4-libs/Makefile     Sun May 10 13:56:14 2020 +0000
+++ b/x11/qt4-libs/Makefile     Sun May 10 13:59:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2020/03/10 22:11:19 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2020/05/10 13:59:09 rillig Exp $
 
 PKGNAME=       qt4-libs-${QTVERSION}
 PKGREVISION=   21
@@ -9,6 +9,7 @@
 # XXX this is to test what really gets installed when 'do-install' is disabled
 INSTALL_DIRS+=         src
 
+TOOLS_BROKEN+=         perl
 BUILD_TARGET=          sub-src
 
 PTHREAD_OPTS+=                 require



Home | Main Index | Thread Index | Old Index