1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Do not hardcode dvips dependency

This commit is contained in:
Baptiste Daroussin 2014-07-23 12:58:35 +00:00
parent a3bc460f42
commit 80fdfdf8c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362672

View File

@ -27,9 +27,8 @@ PORTDOCS= dvi html info pdf ps
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
USE_TEX= tex:build
USE_TEX= tex:build dvipsk:build
BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
BUILD_DEPENDS+= ${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvipsk-tetex
.endif
post-patch: