pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/tex2page add USE_TOOLS of gs:run, pointed out...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06c01b35cef9
branches:  trunk
changeset: 511821:06c01b35cef9
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Apr 23 00:45:07 2006 +0000

description:
add USE_TOOLS of gs:run, pointed out by wiz.
No PKGREVISION bump since successful builds have the same content.

diffstat:

 textproc/tex2page/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 6fe67766d4d0 -r 06c01b35cef9 textproc/tex2page/Makefile
--- a/textproc/tex2page/Makefile        Sun Apr 23 00:12:35 2006 +0000
+++ b/textproc/tex2page/Makefile        Sun Apr 23 00:45:07 2006 +0000
@@ -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 @@
 
 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)
 



Home | Main Index | Thread Index | Old Index