View | Details | Raw Unified | Return to bug 242717
Collapse All | Expand All

(-)graphics/opencv/Makefile (+5 lines)
Lines 318-323 Link Here
318
. endfor
318
. endfor
319
.endif
319
.endif
320
320
321
.include <bsd.port.options.mk>
322
.if ${PORT_OPTIONS:MMFX} && (${ARCH} != amd64 && ${ARCH} != i386)
323
IGNORE=		Video support option MFX is only available on x86-based systems, please deselect it
324
.endif
325
321
.if !defined(OCV_JAVA)
326
.if !defined(OCV_JAVA)
322
CMAKE_ARGS+=	-DBUILD_JAVA:BOOL=OFF
327
CMAKE_ARGS+=	-DBUILD_JAVA:BOOL=OFF
323
.endif
328
.endif

Return to bug 242717