aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.tex.mk
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-09 20:03:43 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-09 20:03:43 +0000
commitd09ef7c55939fd873ef79297849df08a872c8364 (patch)
tree226c367c04c9c922f57d3c15244c6ef4e73ed3cc /Mk/bsd.tex.mk
parent7c1e42f6ac19b75eb3cb19dd382d96789442cd84 (diff)
downloadports-d09ef7c55939fd873ef79297849df08a872c8364.tar.gz
ports-d09ef7c55939fd873ef79297849df08a872c8364.zip
Notes
Diffstat (limited to 'Mk/bsd.tex.mk')
-rw-r--r--Mk/bsd.tex.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/Mk/bsd.tex.mk b/Mk/bsd.tex.mk
index 351012e8631d..32b3fc404782 100644
--- a/Mk/bsd.tex.mk
+++ b/Mk/bsd.tex.mk
@@ -29,7 +29,7 @@ TEX_MAINTAINER= hrs@FreeBSD.org
# texmf: TeXLive texmf tree
# infra: tlmgr dependency (Perl modules)
#
-# dvipsk: dvipsk (not implemented yet)
+# dvipsk: dvipsk
# dvipdfmx: DVIPDFMx
# xdvik: XDvi
#
@@ -125,9 +125,8 @@ _USE_TEX_PTEXENC= ptexenc:${PORTSDIR}/print/tex-ptexenc
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
.endif
.if !empty(USE_TEX:Mdvipsk) || !empty(USE_TEX:Mtexlive)
-# XXX
-#_USE_TEX_DVIPSK= dvips:${PORTSDIR}/print/tex-dvipsk
-#CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
+_USE_TEX_DVIPSK= dvips:${PORTSDIR}/print/tex-dvipsk
+CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
.endif
.if !empty(USE_TEX:Mxdvik) || !empty(USE_TEX:Mtexlive)
_USE_TEX_XDVIK= xdvi:${PORTSDIR}/print/tex-xdvik