diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2010-01-29 23:03:23 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2010-01-29 23:03:23 +0000 |
commit | d091d431929e8f5ff18ae5862e4e0ee0c01cf929 (patch) | |
tree | 847811225156796041eba5e0f507f6be04567abb /graphics/opencv | |
parent | 372b642a6cd2f53ff9094d5589d57f91d107cc6f (diff) | |
download | ports-d091d431929e8f5ff18ae5862e4e0ee0c01cf929.tar.gz ports-d091d431929e8f5ff18ae5862e4e0ee0c01cf929.zip |
- Mark as broken on sparc64.
- Set correct OSVERSION for the BROKEN flag.
Approved by: tabthorpe (mentor)
Notes
Notes:
svn path=/head/; revision=248816
Diffstat (limited to 'graphics/opencv')
-rw-r--r-- | graphics/opencv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index eeaf255c15c4..a69219077ca4 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -23,6 +23,9 @@ CMAKE_ARGS= -DWITH_1394:BOOL=Off -DWITH_UNICAP:BOOL=Off CMAKE_SOURCE_PATH= ${WRKSRC} USE_LDCONFIG= yes +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON_sparc64= does not compile on sparc64 + PORTDOCS= CMakeLists.txt ChangeLog.htm haartraining.htm index.htm \ latex_readme.txt license.txt opencv-logo.png \ opencv-logo2.png opencv.jpg opencv.pdf packaging.txt \ @@ -46,7 +49,7 @@ OPTIONS= FFMPEG "Include FFmpeg support" off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 +.if ${OSVERSION} < 700042 BROKEN= does not build on 6.X .endif |