diff options
-rw-r--r-- | textproc/sgmlformat/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index c2eb52c32a03..3430aecff124 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -24,8 +24,16 @@ RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/sp RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade .endif +.if defined(WITH_OPENJADE) +RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade +.endif + +.if ${MACHINE_ARCH} == "alpha" +WITH_OPENJADE= yes +.endif + RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ - ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ + ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook USE_PERL5= yes |