diff options
Diffstat (limited to 'textproc/docproj/Makefile')
-rw-r--r-- | textproc/docproj/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |