diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:04:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:04:04 +0000 |
commit | a2815a4474b5f35dc454c1154d46bb096f4f8862 (patch) | |
tree | 727fd94a02ed36a06f17cee3d9f8681752ff726c /graphics | |
parent | 97baca050a5d3daa7f87c3250aa765ca9f6aafb0 (diff) | |
download | ports-a2815a4474b5f35dc454c1154d46bb096f4f8862.tar.gz ports-a2815a4474b5f35dc454c1154d46bb096f4f8862.zip |
Notes
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 eaede051b127..9e8c609f72ea 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -125,4 +125,8 @@ CONFIGURE_ARGS+=--disable-apps PLIST_SUB+= DEMO="@comment " .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + .include <bsd.port.post.mk> |