diff options
author | markd <markd@pkgsrc.org> | 2012-06-09 22:54:47 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-06-09 22:54:47 +0000 |
commit | 73022a8321ed000e47ef14efe08b83ac910b08b0 (patch) | |
tree | ee5bc828f6b9b0447533baa6e716b546fdb57330 | |
parent | c612436c82bef7db81533f0753268cea41812577 (diff) | |
download | pkgsrc-73022a8321ed000e47ef14efe08b83ac910b08b0.tar.gz |
Make sure build finds the correct qmake.
-rw-r--r-- | devel/libdbusmenu-qt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libdbusmenu-qt/Makefile b/devel/libdbusmenu-qt/Makefile index c19b78fecdb..1b28b3f147e 100644 --- a/devel/libdbusmenu-qt/Makefile +++ b/devel/libdbusmenu-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/05/29 15:01:41 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2012/06/09 22:54:47 markd Exp $ # DISTNAME= libdbusmenu-qt-0.9.2 @@ -19,6 +19,9 @@ USE_LANGUAGES= c c++ USE_CMAKE= yes CMAKE_ARGS+= -DWITH_DOC=OFF +pre-configure: + ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ + PKGCONFIG_OVERRIDE+= dbusmenu-qt.pc.in .include "../../x11/qt4-libs/buildlink3.mk" |