diff options
author | linimon <linimon@FreeBSD.org> | 2010-02-27 09:44:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-02-27 09:44:35 +0800 |
commit | 6e6697459ae25ee539df0c540b5814231666830b (patch) | |
tree | 109419f2e725c77cd7fed301aac4062e39503d31 /graphics | |
parent | 61a5ea2a0d47b65e2823757a40b1e3519932637c (diff) | |
download | freebsd-ports-gnome-6e6697459ae25ee539df0c540b5814231666830b.tar.gz freebsd-ports-gnome-6e6697459ae25ee539df0c540b5814231666830b.tar.zst freebsd-ports-gnome-6e6697459ae25ee539df0c540b5814231666830b.zip |
Mark as only for i386 and amd64: gmake step fails.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/seom/Makefile | 3 |
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 |