summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheusov <cheusov>2011-05-15 12:12:56 +0000
committercheusov <cheusov>2011-05-15 12:12:56 +0000
commit4d76cfd582afc759f466e72ff16f0b7a48bcd968 (patch)
tree28e730cb694cd67f56663bbadcbce702c7cb04a6
parent1684a0634696096c1f820851f7d82a1a338606cf (diff)
downloadpkgsrc-4d76cfd582afc759f466e72ff16f0b7a48bcd968.tar.gz
Build qt4-tools with qt4-libs with the same version.
This fixes PR pkg/44732.
-rw-r--r--x11/qt4-tools/Makefile4
1 files changed, 3 insertions, 1 deletions
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