pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt4-tiff



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 28 15:21:17 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/qt4-tiff/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-tiff/Makefile
diff -u pkgsrc/x11/qt4-tiff/Makefile:1.42 pkgsrc/x11/qt4-tiff/Makefile:1.43
--- pkgsrc/x11/qt4-tiff/Makefile:1.42   Sun Mar  8 16:51:48 2020
+++ pkgsrc/x11/qt4-tiff/Makefile        Thu May 28 15:21:17 2020
@@ -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 @@ PKGREVISION= 4
 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