diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/latex-tipa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/latex-tipa/Makefile b/print/latex-tipa/Makefile index bb6a0a5ecbb1..597e2adf1c21 100644 --- a/print/latex-tipa/Makefile +++ b/print/latex-tipa/Makefile @@ -14,7 +14,8 @@ DISTNAME= tipa-${PORTVERSION} MAINTAINER= a.strich.b@web.de COMMENT= Package which provides T3-encoded fonts to be used with LaTeX2e -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base NO_INSTALL_MANPAGES= yes NO_BUILD= yes |