diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-11-08 03:54:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-11-08 03:54:11 +0000 |
commit | 686730d4e78ccdb9b9951c6eff609f59c50ef2d4 (patch) | |
tree | e031d2f654968860e4c14b6fb4f245b5c02f40f9 /textproc/chpp | |
parent | 0ad8976873f32abe0bdb5eebf3b77a4fb2e500ba (diff) |
Notes
Diffstat (limited to 'textproc/chpp')
-rw-r--r-- | textproc/chpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/chpp/Makefile b/textproc/chpp/Makefile index 28aa08961aa6..51732f9bf876 100644 --- a/textproc/chpp/Makefile +++ b/textproc/chpp/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${ARCH} != "powerpc64" +.if ${ARCH} != "aarch64" && ${ARCH} != "amd64" && ${ARCH} != "i386" && ${ARCH} != "powerpc64" BROKEN= Does not compile .endif |