pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt4-qdbus



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 18 05:08:52 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/qt4-qdbus/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-qdbus/Makefile
diff -u pkgsrc/x11/qt4-qdbus/Makefile:1.44 pkgsrc/x11/qt4-qdbus/Makefile:1.45
--- pkgsrc/x11/qt4-qdbus/Makefile:1.44  Sun Mar  8 16:48:29 2020
+++ pkgsrc/x11/qt4-qdbus/Makefile       Mon May 18 05:08:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2020/03/08 16:48:29 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2020/05/18 05:08:52 rillig Exp $
 
 PKGREVISION= 4
 .include "../../x11/qt4-libs/Makefile.common"
@@ -10,6 +10,7 @@ CONFIGURE_ARGS+=      -I${QTDIR}/include -L${
 CONFIGURE_ARGS+=       -qdbus
 
 USE_TOOLS+=            pkg-config
+TOOLS_BROKEN+=         perl
 
 BUILD_QT4=             yes
 



Home | Main Index | Thread Index | Old Index