Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b26e9e6f99e
branches:  trunk
changeset: 432984:1b26e9e6f99e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 28 15:21:17 2020 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 9eb7616f1a7e -r 1b26e9e6f99e x11/qt4-tiff/Makefile
--- a/x11/qt4-tiff/Makefile     Thu May 28 15:20:01 2020 +0000
+++ b/x11/qt4-tiff/Makefile     Thu May 28 15:21:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/03/08 16:51:48 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2020/05/28 15:21:17 rillig Exp $
 
 PKGREVISION= 4
 .include "../../x11/qt4-libs/Makefile.common"
@@ -6,6 +6,8 @@
 PKGNAME=       qt4-tiff-${QTVERSION}
 COMMENT=       QT TIFF image format plugin
 
+TOOLS_BROKEN+=         perl
+
 CONFIGURE_ARGS+=       -I${QTDIR}/include
 CONFIGURE_ARGS+=       -L${QTDIR}/lib
 



Home | Main Index | Thread Index | Old Index