diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-15 12:12:56 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-15 12:12:56 +0000 |
commit | f30e65c7964bc9834f53b8fd8de08fecc06ae4a9 (patch) | |
tree | 28e730cb694cd67f56663bbadcbce702c7cb04a6 | |
parent | a3ee3ba3a73312f6d7894d30d14cbecf61ebdf2e (diff) | |
download | pkgsrc-f30e65c7964bc9834f53b8fd8de08fecc06ae4a9.tar.gz |
Build qt4-tools with qt4-libs with the same version.
This fixes PR pkg/44732.
-rw-r--r-- | x11/qt4-tools/Makefile | 4 |
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 |