diff options
-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> |