Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2272f6356804
branches:  trunk
changeset: 432985:2272f6356804
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 28 15:23:34 2020 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 1b26e9e6f99e -r 2272f6356804 x11/qt4-mysql/Makefile
--- a/x11/qt4-mysql/Makefile    Thu May 28 15:21:17 2020 +0000
+++ b/x11/qt4-mysql/Makefile    Thu May 28 15:23:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2020/03/08 16:51:48 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2020/05/28 15:23:34 rillig Exp $
 
 PKGREVISION= 4
 .include "../../x11/qt4-libs/Makefile.common"
@@ -6,6 +6,8 @@
 PKGNAME=       qt4-mysql-${QTVERSION}
 COMMENT=       QT mysql driver
 
+TOOLS_BROKEN+=         perl
+
 CONFIGURE_ARGS+=       -I${QTDIR}/include
 CONFIGURE_ARGS+=       -L${QTDIR}/lib
 



Home | Main Index | Thread Index | Old Index