summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fonts/tex-uhc-fonts-base/Makefile.common4
-rw-r--r--print/teTeX/module.mk6
2 files changed, 6 insertions, 4 deletions
diff --git a/fonts/tex-uhc-fonts-base/Makefile.common b/fonts/tex-uhc-fonts-base/Makefile.common
index 09976871ce0..c0cdda94d85 100644
--- a/fonts/tex-uhc-fonts-base/Makefile.common
+++ b/fonts/tex-uhc-fonts-base/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2005/11/17 00:42:14 minskim Exp $
+# $NetBSD: Makefile.common,v 1.3 2005/11/20 18:22:50 minskim Exp $
DISTNAME= uhc-fonts-1.0
CATEGORIES= fonts
@@ -10,8 +10,6 @@ HOMEPAGE= http://project.ktug.or.kr/hlatex/install-fonts.html
TEX_ACCEPTED= teTeX3
-BUILDLINK_DEPENDS.teTeX-bin+= teTeX-bin>=3.0nb4
-
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
NO_BUILD= yes
diff --git a/print/teTeX/module.mk b/print/teTeX/module.mk
index c4aafb98b09..b34ab348bd3 100644
--- a/print/teTeX/module.mk
+++ b/print/teTeX/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.4 2005/11/17 00:48:07 minskim Exp $
+# $NetBSD: module.mk,v 1.5 2005/11/20 18:22:50 minskim Exp $
#
# This Makefile fragment is intended to be included by packages that
# install TeX packages. It takes care of rebuilding the ls-R database
@@ -18,6 +18,10 @@ TEX_PACKAGE_MK= # defined
TEXMFDIRS?= ${PKG_LOCALTEXMFPREFIX}
TEX_FONTMAPS?= # empty
+.if !empty(TEX_FONTMAPS)
+BUILDLINK_DEPENDS.teTeX-bin+= teTeX-bin>=3.0nb4
+.endif
+
USE_PKGINSTALL= yes
FILES_SUBST+= MKTEXLSR="${LOCALBASE}/bin/mktexlsr"
FILES_SUBST+= TEXMFDIRS="${TEXMFDIRS}"