diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 05:55:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 05:55:17 +0000 |
commit | 14295721d421096cb5551d3e1766855a52311df7 (patch) | |
tree | 091112aa72274375ca573520ce5e99f32b2c8aff /misc | |
parent | 31eb9a640d033841216e7abfae5f66a9078495f6 (diff) | |
download | ports-14295721d421096cb5551d3e1766855a52311df7.tar.gz ports-14295721d421096cb5551d3e1766855a52311df7.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rump/Makefile b/misc/rump/Makefile index 52bc21432ee0..c6cd4bcc7b39 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -11,7 +11,7 @@ COMMENT= Virtualized NetBSD kernel components in userspace LICENSE= BSD2CLAUSE -NOT_FOR_ARCHS= armv6 mips mips64 powerpc powerpc64 sparc64 +NOT_FOR_ARCHS= armv6 armv7 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to FreeBSD on this architecture USE_GITHUB= yes @@ -23,7 +23,7 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" || ${ARCH} == "amd64" +.if ${ARCH} == amd64 || ${ARCH} == i386 PLIST_SUB+= X8664="" .else PLIST_SUB+= X8664="@comment " |