diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:46:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:46:38 +0000 |
commit | db2f4bc1cf284c43a58cb0bf5ab9403d16737b9d (patch) | |
tree | bab0501c09a233ada84c044ad2d4efa3e4722c9c /textproc | |
parent | Remove 4.x cruft. (diff) |
Doesn't make on amd64, either.
Notes
Notes:
svn path=/head/; revision=200447
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rtfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile index ab9ceb2e0276..df50a44b7706 100644 --- a/textproc/rtfx/Makefile +++ b/textproc/rtfx/Makefile @@ -25,7 +25,7 @@ MAN1= rtfx.1 .include <bsd.port.pre.mk> -.if ${ARCH} == sparc64 +.if ${ARCH} == amd64 || ${ARCH} == sparc64 BROKEN= Does not compile on sparc64 .endif |