aboutsummaryrefslogtreecommitdiff
path: root/graphics/seom
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-02-27 01:44:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-02-27 01:44:35 +0000
commit1eb7d89965febd327e912a86050e23c73691d291 (patch)
tree556348ce8ef159c604bd4cdaaee9766549b6dce7 /graphics/seom
parent863c30888bacfb81e1ca5607b71fb065bb9328e0 (diff)
downloadports-1eb7d89965febd327e912a86050e23c73691d291.tar.gz
ports-1eb7d89965febd327e912a86050e23c73691d291.zip
Mark as only for i386 and amd64: gmake step fails.
Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=250386
Diffstat (limited to 'graphics/seom')
-rw-r--r--graphics/seom/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/seom/Makefile b/graphics/seom/Makefile
index 4609ddee4742..da97a9237d9a 100644
--- a/graphics/seom/Makefile
+++ b/graphics/seom/Makefile
@@ -26,6 +26,9 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64"
+
.if ${ARCH} == "i386"
BROKEN= does not build
.endif