diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 09:43:17 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 09:43:17 +0800 |
commit | 44a608548f9033619bc72ff504f6fe0914c59d74 (patch) | |
tree | b717ea0afb4ee8386be9baefc3f33719513ab302 /textproc/rtfx | |
parent | 1bfbcb0c877e102815f5b9dbdb2066bf0a316ee5 (diff) | |
download | freebsd-ports-gnome-44a608548f9033619bc72ff504f6fe0914c59d74.tar.gz freebsd-ports-gnome-44a608548f9033619bc72ff504f6fe0914c59d74.tar.zst freebsd-ports-gnome-44a608548f9033619bc72ff504f6fe0914c59d74.zip |
BROKEN on sparc64: Does not compile
Diffstat (limited to 'textproc/rtfx')
-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> |