diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-28 15:23:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-28 15:23:34 +0000 |
commit | fbf256d847b6e5c3cd6051f118173943e4aaea38 (patch) | |
tree | 71f644919d19f44997ccbf5cbfb62306ca5faf0d | |
parent | 784765b0f345e43e2b2375a7d6f6e7ec29948e5d (diff) | |
download | pkgsrc-fbf256d847b6e5c3cd6051f118173943e4aaea38.tar.gz |
x11/qt4-mysql: suppress USE_TOOLS+=perl warning
-rw-r--r-- | x11/qt4-mysql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt4-mysql/Makefile b/x11/qt4-mysql/Makefile index 592c681ae40..cb56fdef5a2 100644 --- a/x11/qt4-mysql/Makefile +++ b/x11/qt4-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2020/03/08 16:51:48 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2020/05/28 15:23:34 rillig Exp $ PKGREVISION= 4 .include "../../x11/qt4-libs/Makefile.common" @@ -6,6 +6,8 @@ PKGREVISION= 4 PKGNAME= qt4-mysql-${QTVERSION} COMMENT= QT mysql driver +TOOLS_BROKEN+= perl + CONFIGURE_ARGS+= -I${QTDIR}/include CONFIGURE_ARGS+= -L${QTDIR}/lib |