aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2014-08-30 07:14:37 +0000
committerHiroki Sato <hrs@FreeBSD.org>2014-08-30 07:14:37 +0000
commit320c2e3dfb7750358b744fde7a61589c85cded0d (patch)
treedc8b2b8629a9dc5e93e35cf92a9346be2a8b20f6
parente01d219c30c5eb12a2871f785c6223fa75408f50 (diff)
downloadports-320c2e3dfb7750358b744fde7a61589c85cded0d.tar.gz
ports-320c2e3dfb7750358b744fde7a61589c85cded0d.zip
Notes
-rw-r--r--misc/latex-mk/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/misc/latex-mk/Makefile b/misc/latex-mk/Makefile
index ecca422b1644..2ca2537efd24 100644
--- a/misc/latex-mk/Makefile
+++ b/misc/latex-mk/Makefile
@@ -7,19 +7,15 @@ PORTREVISION= 3
CATEGORIES= misc print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= hrs@FreeBSD.org
COMMENT= Collection of makefile and scripts for LaTeX documents
-BUILD_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
-RUN_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
+LICENSE= BSD
USE_TEX= latex
-USES= gmake
+USES= gmake makeinfo
GNU_CONFIGURE= yes
-LICENSE= BSD
-
INFO= latex-mk
-NO_STAGE= yes
.include <bsd.port.mk>