diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-07 02:23:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-07 02:23:19 +0000 |
commit | 1e30c35a6c922a43616cbd29da60b4e13f317e79 (patch) | |
tree | b4319dab6c33712653975156e9b907ca2f5cdf3d /textproc/latex2html/Makefile | |
parent | 6fdbd90465464d8a3bbd34d475b92d0ff67ddc7a (diff) | |
download | pkgsrc-1e30c35a6c922a43616cbd29da60b4e13f317e79.tar.gz |
Use teTeX/module.mk to run mktexlsr for texmf-local only.
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index d3d831983be..8c4b5cdbb7a 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/07 02:09:57 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/07 02:23:19 minskim Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 @@ -28,5 +28,5 @@ CONFIGURE_ARGS+= --with-iconpath=${LATEX2HTML_ICONPATH:Q} .endif CONFIGURE_ARGS+= --with-gs=${TOOLS_PATH.gs:Q} -.include "../../mk/tex.buildlink3.mk" +.include "../../print/teTeX/module.mk" .include "../../mk/bsd.pkg.mk" |