diff options
author | obache <obache@pkgsrc.org> | 2010-08-31 00:56:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-31 00:56:24 +0000 |
commit | 9221b7823c6726facbaea8f27ca4858b920f7e12 (patch) | |
tree | b218a13da73bf5373f4d3817f41b08298b8a6c7a /inputmethod | |
parent | 8554717b4a94103745f5109a7927fc9b5f3e7906 (diff) | |
download | pkgsrc-9221b7823c6726facbaea8f27ca4858b920f7e12.tar.gz |
need qmake to build, buildlink with qt4-tools.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/ibus-qt/Makefile b/inputmethod/ibus-qt/Makefile index f560c85221b..955eace6efc 100644 --- a/inputmethod/ibus-qt/Makefile +++ b/inputmethod/ibus-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/08/19 11:26:59 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/08/31 00:56:24 obache Exp $ # DISTNAME= ibus-qt-1.3.1-Source @@ -28,4 +28,5 @@ BUILDLINK_API_DEPENDS.ibus+= ibus>=1.3.7 .include "../../x11/libX11/buildlink3.mk" .include "../../x11/qt4-libs/buildlink3.mk" .include "../../x11/qt4-qdbus/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |