diff options
author | pav <pav@FreeBSD.org> | 2010-01-29 06:50:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-01-29 06:50:39 +0800 |
commit | c0344e947e48804e40d7c0b6c069747ed924f8d1 (patch) | |
tree | c4cdbcdfc6c075f12d33b10f3d805a172fcb79aa /graphics | |
parent | c623a0fba03749ca071ab91e2d261f15ffe96710 (diff) | |
download | freebsd-ports-gnome-c0344e947e48804e40d7c0b6c069747ed924f8d1.tar.gz freebsd-ports-gnome-c0344e947e48804e40d7c0b6c069747ed924f8d1.tar.zst freebsd-ports-gnome-c0344e947e48804e40d7c0b6c069747ed924f8d1.zip |
- 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 |