From 1d27848ff3e8da55e779406da264b648e375791e Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 3 Jan 2013 15:48:42 +0000 Subject: [PATCH] use new dpb annotation to work around bug in dependency scanners. as discussed with dcoppa@, sthen@ --- devel/cmake/cmake.port.mk | 5 ++++- x11/qt4/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/devel/cmake/cmake.port.mk b/devel/cmake/cmake.port.mk index dbdd068d9d0..b1959fd48fa 100644 --- a/devel/cmake/cmake.port.mk +++ b/devel/cmake/cmake.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: cmake.port.mk,v 1.14 2012/07/10 18:55:58 dcoppa Exp $ +# $OpenBSD: cmake.port.mk,v 1.15 2013/01/03 15:48:42 espie Exp $ BUILD_DEPENDS+= devel/cmake>=2.8.0 @@ -48,3 +48,6 @@ MAKE_ENV += TERM=${TERM} .if ${MODCMAKE_VERBOSE:L} == "yes" MAKE_ENV += VERBOSE=1 .endif + +# XXX cmake include parser is bogus +DPB_PROPERTIES += nojunk diff --git a/x11/qt4/Makefile b/x11/qt4/Makefile index bfb2d57e3f8..5d9938c7fbf 100644 --- a/x11/qt4/Makefile +++ b/x11/qt4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.105 2012/11/05 16:29:50 landry Exp $ +# $OpenBSD: Makefile,v 1.106 2013/01/03 15:48:42 espie Exp $ ONLY_FOR_ARCHS = ${GCC4_ARCHS} SHARED_ONLY = Yes @@ -32,6 +32,9 @@ REVISION-sqlite2= 0 REVISION-tds= 0 REVISION-debug= 0 +# XXX qmake include parser is bogus +DPB_PROPERTIES = parallel nojunk + SHARED_LIBS = Qt3Support 8.0 \ QtCore 9.0 \ QtDesigner 7.0 \