Add a knob for openjade.
Ok'd by: nik
This commit is contained in:
parent
07d8695026
commit
ed0e1375ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33907
1 changed files with 10 additions and 1 deletions
|
@ -14,7 +14,6 @@ DISTFILES= # empty
|
|||
MAINTAINER= nik@freebsd.org
|
||||
|
||||
RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
|
||||
jade:${PORTSDIR}/textproc/jade \
|
||||
tidy:${PORTSDIR}/www/tidy \
|
||||
w3m:${PORTSDIR}/www/w3m \
|
||||
${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \
|
||||
|
@ -40,6 +39,16 @@ RUN_DEPENDS+= ${PREFIX}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex
|
|||
EXTRACT_ONLY= # empty
|
||||
NO_BUILD= yes
|
||||
|
||||
.if defined(WITH_OPENJADE)
|
||||
RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade
|
||||
.else
|
||||
RUN_DEPENDS+= jade:${PORTSDIR}/textproc/jade
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
WITH_OPENJADE= yes
|
||||
.endif
|
||||
|
||||
do-install: # empty
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue