diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-28 22:50:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-28 22:50:39 +0000 |
commit | f03fb8659b7625434be4b66395215445baca0adf (patch) | |
tree | 76c5096e9765e12173c38dd4e43e5dd8d46683c1 /graphics | |
parent | - Mark BROKEN on 6.X (diff) |
- Mark BROKEN on 6.X
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opencv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 5ef808bb4795..eeaf255c15c4 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -46,6 +46,10 @@ OPTIONS= FFMPEG "Include FFmpeg support" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= does not build on 6.X +.endif + .ifndef(NOPORTEXAMPLES) CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=On -DINSTALL_C_EXAMPLES:BOOL=On .endif |