From 73305116580d48393e22f472dbb8a6b87cb80212 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 9 Nov 2008 22:53:27 +0000 Subject: [PATCH] - Disable build on non i386/amd64 archs PR: 128622 Submitted by: Alex Samorukov (maintainer) --- graphics/cuneiform/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/cuneiform/Makefile b/graphics/cuneiform/Makefile index 7ffe033ee425..f9811695a830 100644 --- a/graphics/cuneiform/Makefile +++ b/graphics/cuneiform/Makefile @@ -16,6 +16,8 @@ COMMENT= OCR system developed and open sourced by Cognitive technologies LIB_DEPENDS= dlmalloc.2:${PORTSDIR}/devel/libdlmalloc +ONLY_FOR_ARCHS= i386 amd64 + USE_BZIP2= yes USE_CMAKE= yes CMAKE_ARGS= -DCMAKE_EXE_LINKER_FLAGS="-L${LOCALBASE}/lib -ldlmalloc"