summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2010-01-29 23:03:23 +0000
committerAlberto Villa <avilla@FreeBSD.org>2010-01-29 23:03:23 +0000
commitd091d431929e8f5ff18ae5862e4e0ee0c01cf929 (patch)
tree847811225156796041eba5e0f507f6be04567abb /graphics
parent- Update to 0.12.0 (diff)
- 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')
-rw-r--r--graphics/opencv/Makefile5
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