summaryrefslogtreecommitdiffstats
path: root/textproc/sgmlformat
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-11-10 17:16:22 +0000
committertmm <tmm@FreeBSD.org>2002-11-10 17:16:22 +0000
commit3957d466f54cb341acd98b93cf8b9abe6d4c8a4e (patch)
tree7a7de58da808eb6825456d85ba8d85a712d9449e /textproc/sgmlformat
parent27db1c43e82c4e78f6ebb3209fab3422b5dece07 (diff)
downloadFreeBSD-ports-3957d466f54cb341acd98b93cf8b9abe6d4c8a4e.zip
FreeBSD-ports-3957d466f54cb341acd98b93cf8b9abe6d4c8a4e.tar.gz
Use openjade on all non-i386 platforms, not just alpha.
Reviewed by: -doc
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r--textproc/sgmlformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile
index 62bffb4..8e5066f 100644
--- a/textproc/sgmlformat/Makefile
+++ b/textproc/sgmlformat/Makefile
@@ -19,7 +19,7 @@ MAINTAINER= kuriyama@FreeBSD.org
.include <bsd.port.pre.mk>
-.if ${MACHINE_ARCH} == "alpha"
+.if ${MACHINE_ARCH} != "i386"
WITH_OPENJADE= yes
.endif
OpenPOWER on IntegriCloud