summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-10-27 20:38:50 +0000
committerjoerg <joerg@pkgsrc.org>2013-10-27 20:38:50 +0000
commit91f53b7b5745661fd5c3bfda6c3debb1d9e7220b (patch)
tree522a827cea035ad02de8634371fa5ca146ed595e
parenta8e0a2c27fc7a7dd2378a6cddac38f5817cd558e (diff)
downloadpkgsrc-91f53b7b5745661fd5c3bfda6c3debb1d9e7220b.tar.gz
Wants pkg-config and the Qt build tools.
-rw-r--r--x11/appmenu-qt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/appmenu-qt/Makefile b/x11/appmenu-qt/Makefile
index 07a1ff145ee..79804058240 100644
--- a/x11/appmenu-qt/Makefile
+++ b/x11/appmenu-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/10/19 21:03:37 markd Exp $
+# $NetBSD: Makefile,v 1.2 2013/10/27 20:38:50 joerg Exp $
#
DISTNAME= appmenu-qt-0.2.6
@@ -13,6 +13,7 @@ LICENSE= gnu-lgpl-v2.1
FETCH_USING= curl
+USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
USE_CMAKE= yes
@@ -20,5 +21,5 @@ pre-configure:
${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
.include "../../devel/libdbusmenu-qt/buildlink3.mk"
-
+.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"