diff options
author | jim <jim@FreeBSD.org> | 2000-10-17 05:33:01 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-10-17 05:33:01 +0800 |
commit | b4e9a9f5ff19b4553cb62ca42337ee7fa6ad5f02 (patch) | |
tree | 5f24a99d7007866f51edbb2b3b5b2e081d130836 /textproc | |
parent | 80638673989d305452b396a91a1e4928b02bd910 (diff) | |
download | freebsd-ports-gnome-b4e9a9f5ff19b4553cb62ca42337ee7fa6ad5f02.tar.gz freebsd-ports-gnome-b4e9a9f5ff19b4553cb62ca42337ee7fa6ad5f02.tar.zst freebsd-ports-gnome-b4e9a9f5ff19b4553cb62ca42337ee7fa6ad5f02.zip |
Make this play nice when WITH_OPENJADE is defined.
Ok'd by: nik
Diffstat (limited to 'textproc')
-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 |