diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2002-11-10 17:16:22 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2002-11-10 17:16:22 +0000 |
| commit | 20b6d3c217b22b189d35f3eb45d532840362e3b4 (patch) | |
| tree | 7a34dfa5a099984aceaa3b5f52ee4ef4adef79d2 | |
| parent | Upgrade to 0.8.7. (diff) | |
Use openjade on all non-i386 platforms, not just alpha.
Reviewed by: -doc
| -rw-r--r-- | textproc/docproj/Makefile | 2 | ||||
| -rw-r--r-- | textproc/sgmlformat/Makefile | 2 |
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 |
