summaryrefslogtreecommitdiff
path: root/print/kpathsea
diff options
context:
space:
mode:
authorminskim <minskim>2012-10-14 18:12:37 +0000
committerminskim <minskim>2012-10-14 18:12:37 +0000
commit71e4959a132bf661cc51a8fdec02c0aeca863a5a (patch)
tree01ee0ba8156092769ea602ca75634acf9521922d /print/kpathsea
parent5853a7b7ce24819b85cb027bff91c099c1e2744a (diff)
downloadpkgsrc-71e4959a132bf661cc51a8fdec02c0aeca863a5a.tar.gz
TEX_FORMAT_NAMES is no longer used.
Diffstat (limited to 'print/kpathsea')
-rw-r--r--print/kpathsea/texmf.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/kpathsea/texmf.mk b/print/kpathsea/texmf.mk
index 6af893c2d31..8c645c17d1b 100644
--- a/print/kpathsea/texmf.mk
+++ b/print/kpathsea/texmf.mk
@@ -1,4 +1,4 @@
-# $NetBSD: texmf.mk,v 1.5 2012/03/04 01:03:59 minskim Exp $
+# $NetBSD: texmf.mk,v 1.6 2012/10/14 18:12:37 minskim Exp $
#
# This Makefile fragment is intended to be included by packages that
# install TeX packages. It rebuilds the ls-R databases at
@@ -41,8 +41,8 @@ INSTALL_TEMPLATES+= ../../print/kpathsea/files/config-install.tmpl
DEINSTALL_TEMPLATES+= ../../print/kpathsea/files/config-deinstall.tmpl
. endif
-.if !empty(TEX_FORMATS) || !empty(TEX_FORMAT_NAMES)
-. include "../../print/texlive-tetex/format.mk"
+.if !empty(TEX_FORMATS)
+. include "../../print/tex-tetex/format.mk"
.endif
.if !empty(TEX_HYPHEN_DAT) || !empty(TEX_HYPHEN_DEF)
. include "../../print/texlive-tetex/hyphen.mk"