diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 17:29:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 17:29:15 +0800 |
commit | 38e0ea9ec6a236d18705ad0e910ed41bfb14a2d0 (patch) | |
tree | 2150e8d8a4cd92c9555f22aabd543428cb616d0d /science | |
parent | 178637ce65d4b123dfdb4a762986593a9fb8e57c (diff) | |
download | freebsd-ports-gnome-38e0ea9ec6a236d18705ad0e910ed41bfb14a2d0.tar.gz freebsd-ports-gnome-38e0ea9ec6a236d18705ad0e910ed41bfb14a2d0.tar.zst freebsd-ports-gnome-38e0ea9ec6a236d18705ad0e910ed41bfb14a2d0.zip |
Fix some misspellings that crept in on the last tier-2 cleanup pass.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'science')
-rw-r--r-- | science/simlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/simlib/Makefile b/science/simlib/Makefile index 4d127f663ab2..1fbfaae5a7ff 100644 --- a/science/simlib/Makefile +++ b/science/simlib/Makefile @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC -NOT_FOR_ARCHS= armv64 aarch64 mips mips64 powerpc powerpc64 sparc64 +NOT_FOR_ARCHS= armv6 aarch64 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code post-patch: |