diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:43:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:43:17 +0000 |
commit | bd7d9166eb97fe14b2bb8418f6866b78508ffce3 (patch) | |
tree | 417e100ad4047ecd9df0501fd855b3af970597ed /textproc | |
parent | BROKEN on ia64: Does not compile (diff) |
BROKEN on sparc64: Does not compile
Notes
Notes:
svn path=/head/; revision=190612
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rtfx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile index f75b5dcf8a18..61da2bc2c236 100644 --- a/textproc/rtfx/Makefile +++ b/textproc/rtfx/Makefile @@ -24,8 +24,8 @@ MAN1= rtfx.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 500035 -BROKEN= does not build on 4.x +.if ${ARCH} == sparc64 +BROKEN= Does not compile on sparc64 .endif .include <bsd.port.post.mk> |