diff options
author | gdt <gdt@pkgsrc.org> | 2006-04-23 00:45:07 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-04-23 00:45:07 +0000 |
commit | db0ced2f3903b9ddf82014885a603b54d642e840 (patch) | |
tree | 886c7f3708c8ef2cf8a2e3bdd4af074cb016be17 /textproc | |
parent | 802ce74fcbb88a27d21b45fde8f40d7ac06aaeff (diff) | |
download | pkgsrc-db0ced2f3903b9ddf82014885a603b54d642e840.tar.gz |
add USE_TOOLS of gs:run, pointed out by wiz.
No PKGREVISION bump since successful builds have the same content.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tex2page/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile index 0cadc00ab9a..146d904b6b1 100644 --- a/textproc/tex2page/Makefile +++ b/textproc/tex2page/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:49 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/23 00:45:07 gdt Exp $ # DISTNAME= tex2page @@ -14,11 +14,12 @@ COMMENT= Converts TeX manuscripts into (HTML) web pages USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes +USE_TOOLS+= gs:run CONFIGURE_ARGS+= --dialect=guile +# build documentation do-build: - # build documentation (cd ${WRKSRC} && ./my-tex2page tex2page-doc) (cd ${WRKSRC} && ./my-tex2page tex2page-doc) |