pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt4-mysql
Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 28 15:23:34 UTC 2020
Modified Files:
        pkgsrc/x11/qt4-mysql: Makefile
Log Message:
x11/qt4-mysql: suppress USE_TOOLS+=perl warning
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/qt4-mysql/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt4-mysql/Makefile
diff -u pkgsrc/x11/qt4-mysql/Makefile:1.44 pkgsrc/x11/qt4-mysql/Makefile:1.45
--- pkgsrc/x11/qt4-mysql/Makefile:1.44  Sun Mar  8 16:51:48 2020
+++ pkgsrc/x11/qt4-mysql/Makefile       Thu May 28 15:23:34 2020
@@ -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 @@ PKGREVISION= 4
 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