pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt4-mng



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 09:33:34 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/qt4-mng/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-mng/Makefile
diff -u pkgsrc/x11/qt4-mng/Makefile:1.34 pkgsrc/x11/qt4-mng/Makefile:1.35
--- pkgsrc/x11/qt4-mng/Makefile:1.34    Sun Mar  8 16:51:48 2020
+++ pkgsrc/x11/qt4-mng/Makefile Sun May 31 09:33:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/03/08 16:51:48 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2020/05/31 09:33:34 rillig Exp $
 
 PKGNAME=       qt4-mng-${QTVERSION}
 PKGREVISION=   4
@@ -8,6 +8,8 @@ COMMENT=        QT MNG image format plugin
 CONFIGURE_ARGS+=       -I${QTDIR}/include
 CONFIGURE_ARGS+=       -L${QTDIR}/lib
 
+TOOLS_BROKEN+= perl
+
 BUILD_QT4=             yes
 
 do-build:



Home | Main Index | Thread Index | Old Index