From f30e65c7964bc9834f53b8fd8de08fecc06ae4a9 Mon Sep 17 00:00:00 2001 From: cheusov Date: Sun, 15 May 2011 12:12:56 +0000 Subject: Build qt4-tools with qt4-libs with the same version. This fixes PR pkg/44732. --- x11/qt4-tools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index 53cb942e563..05f0108ca62 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2011/05/05 12:37:08 adam Exp $ +# $NetBSD: Makefile,v 1.43 2011/05/15 12:12:56 cheusov Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -9,6 +9,8 @@ COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base +BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=${QTVERSION} + CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib CONFIGURE_ARGS+= -DQT_NO_DBUS -- cgit v1.2.3