aboutsummaryrefslogtreecommitdiffstats
path: root/misc/latex-mk
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2011-06-19 00:13:31 +0800
committerhrs <hrs@FreeBSD.org>2011-06-19 00:13:31 +0800
commit9e9c3525eae21d28150114aa993af51afee2037a (patch)
tree09da0e18adf9dcabcd3deddebde9c2b00414e666 /misc/latex-mk
parentc4c3a478ff4c29c8ce1869f5f28dfd404e866aa0 (diff)
downloadfreebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.tar.gz
freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.tar.zst
freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.zip
- Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.
- Use print/teTeX-base for latex instead of print/teTeX. - Use share/texmf for TeX-related files instead of share/texmf-local.
Diffstat (limited to 'misc/latex-mk')
-rw-r--r--misc/latex-mk/Makefile8
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