pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt4-pgsql



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 28 15:24:13 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/qt4-pgsql/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-pgsql/Makefile
diff -u pkgsrc/x11/qt4-pgsql/Makefile:1.53 pkgsrc/x11/qt4-pgsql/Makefile:1.54
--- pkgsrc/x11/qt4-pgsql/Makefile:1.53  Sun Mar  8 16:51:48 2020
+++ pkgsrc/x11/qt4-pgsql/Makefile       Thu May 28 15:24:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2020/03/08 16:51:48 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2020/05/28 15:24:13 rillig Exp $
 
 PKGREVISION= 5
 .include "../../x11/qt4-libs/Makefile.common"
@@ -6,6 +6,8 @@ PKGREVISION= 5
 PKGNAME=       qt4-pgsql-${QTVERSION}
 COMMENT=       QT postgresql driver
 
+TOOLS_BROKEN+=         perl
+
 CONFIGURE_ARGS+=       -I${QTDIR}/include
 CONFIGURE_ARGS+=       -I${PGSQL_PREFIX}/include/postgresql/server
 CONFIGURE_ARGS+=       -L${QTDIR}/lib



Home | Main Index | Thread Index | Old Index