diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-20 18:22:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-20 18:22:50 +0000 |
commit | 6bd3fa837828f098b1b4b3eb47a5d705100433f8 (patch) | |
tree | 8343013f3567f2f1fff5fdab27fc8f517b1a32a2 /fonts/tex-uhc-fonts-base | |
parent | 3405bedb8cf1e70e7b7420f2c330c21daae2ac9b (diff) | |
download | pkgsrc-6bd3fa837828f098b1b4b3eb47a5d705100433f8.tar.gz |
Font map handling requires teTeX-bin>=3.0nb4. Specify the dependency
in teTeX/module.mk, rather than individual packages.
Diffstat (limited to 'fonts/tex-uhc-fonts-base')
-rw-r--r-- | fonts/tex-uhc-fonts-base/Makefile.common | 4 |
1 files changed, 1 insertions, 3 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 |