use new dpb annotation to work around bug in dependency scanners.
as discussed with dcoppa@, sthen@
This commit is contained in:
parent
d17cfb86a3
commit
1d27848ff3
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user