diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-31 21:27:28 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-31 21:27:28 +0000 |
commit | 9a91d431efcfcfeac1d7dc0df513ff83ee648cb3 (patch) | |
tree | 0a19715930e169a254569f77636dea1b0b5ef4cc /misc | |
parent | b7de037a286a39a378405dd31179a71b5d1294dc (diff) | |
download | ports-9a91d431efcfcfeac1d7dc0df513ff83ee648cb3.tar.gz ports-9a91d431efcfcfeac1d7dc0df513ff83ee648cb3.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/latex-mk/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/latex-mk/Makefile b/misc/latex-mk/Makefile index 2ca2537efd24..34fadc84b54c 100644 --- a/misc/latex-mk/Makefile +++ b/misc/latex-mk/Makefile @@ -10,10 +10,13 @@ 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 |