aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 17:46:38 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 17:46:38 +0800
commit907d3ab4113b382a15b790867594991674e553f0 (patch)
tree6d4784c74c7e4fe9b248ad87e41be2265d5c2d9d /textproc
parente1037bf1a4deef8e7e2b164cf37bfb88f15d1ad3 (diff)
downloadfreebsd-ports-gnome-907d3ab4113b382a15b790867594991674e553f0.tar.gz
freebsd-ports-gnome-907d3ab4113b382a15b790867594991674e553f0.tar.zst
freebsd-ports-gnome-907d3ab4113b382a15b790867594991674e553f0.zip
Doesn't make on amd64, either.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rtfx/Makefile2
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