aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-11-11 01:16:22 +0800
committertmm <tmm@FreeBSD.org>2002-11-11 01:16:22 +0800
commit3957d466f54cb341acd98b93cf8b9abe6d4c8a4e (patch)
tree7a7de58da808eb6825456d85ba8d85a712d9449e /textproc
parent27db1c43e82c4e78f6ebb3209fab3422b5dece07 (diff)
downloadfreebsd-ports-gnome-3957d466f54cb341acd98b93cf8b9abe6d4c8a4e.tar.gz
freebsd-ports-gnome-3957d466f54cb341acd98b93cf8b9abe6d4c8a4e.tar.zst
freebsd-ports-gnome-3957d466f54cb341acd98b93cf8b9abe6d4c8a4e.zip
Use openjade on all non-i386 platforms, not just alpha.
Reviewed by: -doc
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docproj/Makefile2
-rw-r--r--textproc/sgmlformat/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 9d829d87f7d9..982985d48ab4 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -31,7 +31,7 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
${PREFIX}/bin/scr2png:${PORTSDIR}/graphics/scr2png \
${PREFIX}/bin/scr2txt:${PORTSDIR}/textproc/scr2txt
-.if defined(WITH_OPENJADE) || ${MACHINE_ARCH} == "alpha"
+.if defined(WITH_OPENJADE) || ${MACHINE_ARCH} != "i386"
RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade
.else
RUN_DEPENDS+= jade:${PORTSDIR}/textproc/jade
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile
index 62bffb4f83dd..8e5066f637c1 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