diff options
author | linimon <linimon@FreeBSD.org> | 2016-09-17 21:27:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-09-17 21:27:04 +0800 |
commit | 2e3dcedc9de2b7b3518e1c18c351a6e291b9a039 (patch) | |
tree | d1c99269c4ed5b84fb356be0668026d5c4d9aa63 /misc | |
parent | b66373ac4d1dbac4d666b54fa4ebae9edc9ddace (diff) | |
download | freebsd-ports-gnome-2e3dcedc9de2b7b3518e1c18c351a6e291b9a039.tar.gz freebsd-ports-gnome-2e3dcedc9de2b7b3518e1c18c351a6e291b9a039.tar.zst freebsd-ports-gnome-2e3dcedc9de2b7b3518e1c18c351a6e291b9a039.zip |
Mark NOT_FOR_ARCHS on various tier-2.
PR: 212740
Approved by: maintainer
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rump/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/rump/Makefile b/misc/rump/Makefile index f6667d625925..b32da7285bda 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -14,6 +14,9 @@ LICENSE= BSD2CLAUSE BROKEN_powerpc64= Does not build +NOT_FOR_ARCHS= armv6 mips mips64 sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to FreeBSD on this architecture + USE_LDCONFIG= yes USE_GCC= any |