summaryrefslogtreecommitdiff
path: root/textproc/tex2page
diff options
context:
space:
mode:
authorgdt <gdt>2006-04-23 00:45:07 +0000
committergdt <gdt>2006-04-23 00:45:07 +0000
commit74448b07f555f0e7293c1c34787015c798b5c382 (patch)
tree886c7f3708c8ef2cf8a2e3bdd4af074cb016be17 /textproc/tex2page
parent20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5 (diff)
downloadpkgsrc-74448b07f555f0e7293c1c34787015c798b5c382.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/tex2page')
-rw-r--r--textproc/tex2page/Makefile5
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)