diff options
Diffstat (limited to 'misc/latex-mk')
-rw-r--r-- | misc/latex-mk/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/latex-mk/Makefile b/misc/latex-mk/Makefile index f89df9468bd2..24d03867252e 100644 --- a/misc/latex-mk/Makefile +++ b/misc/latex-mk/Makefile @@ -8,15 +8,17 @@ PORTNAME= latex-mk PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jlaffaye@FreeBSD.org COMMENT= A collection of makefile and scripts for LaTeX documents -BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ + texi2dvi:${PORTSDIR}/print/texinfo +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ + texi2dvi:${PORTSDIR}/print/texinfo USE_GMAKE= yes GNU_CONFIGURE= yes |