summaryrefslogtreecommitdiffstats
path: root/textproc
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
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')
-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 9d829d8..982985d 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 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