diff options
author | obache <obache> | 2011-07-04 11:34:21 +0000 |
---|---|---|
committer | obache <obache> | 2011-07-04 11:34:21 +0000 |
commit | 5382de179db47d78911f7f552384083976ffde26 (patch) | |
tree | 565649c30f8fa02baedf4af3e0306aa884405ca4 /devel/libdbusmenu-qt | |
parent | 94fae6e977ba71189c465172289c277ef9fcc14d (diff) | |
download | pkgsrc-5382de179db47d78911f7f552384083976ffde26.tar.gz |
need qmake to build, add buildlink to qt4-tools.
Diffstat (limited to 'devel/libdbusmenu-qt')
-rw-r--r-- | devel/libdbusmenu-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libdbusmenu-qt/Makefile b/devel/libdbusmenu-qt/Makefile index 677d7e912c6..80917bbca40 100644 --- a/devel/libdbusmenu-qt/Makefile +++ b/devel/libdbusmenu-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/13 21:21:24 markd Exp $ +# $NetBSD: Makefile,v 1.2 2011/07/04 11:34:21 obache Exp $ # DISTNAME= libdbusmenu-qt-0.8.2 @@ -20,6 +20,7 @@ CMAKE_ARGS+= -DWITH_DOC=OFF PKGCONFIG_OVERRIDE+= dbusmenu-qt.pc.in .include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" .include "../../x11/qt4-qdbus/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |