pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt4-tools



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 17 22:08:10 UTC 2020

Modified Files:
        pkgsrc/x11/qt4-tools: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/x11/qt4-tools/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-tools/Makefile
diff -u pkgsrc/x11/qt4-tools/Makefile:1.71 pkgsrc/x11/qt4-tools/Makefile:1.72
--- pkgsrc/x11/qt4-tools/Makefile:1.71  Sun Mar  8 16:48:29 2020
+++ pkgsrc/x11/qt4-tools/Makefile       Sun May 17 22:08:10 2020
@@ -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 @@ COMMENT=        QT GUI (WYSIWYG) builder and ot
 
 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