pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt4-sqlite3
Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 28 15:20:01 UTC 2020
Modified Files:
        pkgsrc/x11/qt4-sqlite3: Makefile
Log Message:
x11/qt4-sqlite3: suppress USE_TOOLS+=perl warning
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/x11/qt4-sqlite3/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-sqlite3/Makefile
diff -u pkgsrc/x11/qt4-sqlite3/Makefile:1.61 pkgsrc/x11/qt4-sqlite3/Makefile:1.62
--- pkgsrc/x11/qt4-sqlite3/Makefile:1.61        Sun Apr 12 08:29:20 2020
+++ pkgsrc/x11/qt4-sqlite3/Makefile     Thu May 28 15:20:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2020/04/12 08:29:20 adam Exp $
+# $NetBSD: Makefile,v 1.62 2020/05/28 15:20:01 rillig Exp $
 
 PKGREVISION= 15
 .include "../../x11/qt4-libs/Makefile.common"
@@ -12,6 +12,7 @@ CONFIGURE_ARGS+=      -system-sqlite
 
 BUILD_QT4=             yes
 USE_TOOLS+=            pkg-config
+TOOLS_BROKEN+=         perl
 
 do-build:
        cd ${WRKSRC}/src/tools/bootstrap && env ${MAKE_ENV} ${GMAKE}
Home |
Main Index |
Thread Index |
Old Index