diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-09 22:53:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-09 22:53:27 +0000 |
commit | 73305116580d48393e22f472dbb8a6b87cb80212 (patch) | |
tree | 086e10e22dd4afc295c9db5c83bff49881f527f9 /graphics/cuneiform | |
parent | b5209428481a6799775bdd3a9e365e8dfddb3f26 (diff) | |
download | ports-73305116580d48393e22f472dbb8a6b87cb80212.tar.gz ports-73305116580d48393e22f472dbb8a6b87cb80212.zip |
Notes
Diffstat (limited to 'graphics/cuneiform')
-rw-r--r-- | graphics/cuneiform/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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" |