Index: head/misc/latex-mk/Makefile =================================================================== --- head/misc/latex-mk/Makefile (revision 366829) +++ head/misc/latex-mk/Makefile (revision 366830) @@ -1,21 +1,24 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= latex-mk PORTVERSION= 2.1 PORTREVISION= 3 CATEGORIES= misc print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Collection of makefile and scripts for LaTeX documents -LICENSE= BSD +LICENSE= BSD4CLAUSE +BUILD_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo +RUN_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo + USE_TEX= latex -USES= gmake makeinfo +USES= gmake GNU_CONFIGURE= yes INFO= latex-mk .include