pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlto USE_TOOLS+= mktemp. Fixes solaris and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2532cb89458b
branches:  trunk
changeset: 519799:2532cb89458b
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Oct 10 00:23:39 2006 +0000

description:
USE_TOOLS+= mktemp.  Fixes solaris and probably others

diffstat:

 textproc/xmlto/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0161b1ce1c6e -r 2532cb89458b textproc/xmlto/Makefile
--- a/textproc/xmlto/Makefile   Tue Oct 10 00:22:28 2006 +0000
+++ b/textproc/xmlto/Makefile   Tue Oct 10 00:23:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/07/22 13:11:28 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2006/10/10 00:23:39 dmcmahill Exp $
 #
 
 DISTNAME=              xmlto-0.0.18
@@ -21,7 +21,7 @@
 CONFIGURE_ARGS+=       --with-getopt=${PREFIX:Q}/bin/getopt
 
 REPLACE_BASH+=         xmlto.in
-USE_TOOLS+=            bash:run
+USE_TOOLS+=            bash:run mktemp
 
 INSTALLATION_DIRS=     share/xmlto/format/docbook share/xmlto/format/fo
 



Home | Main Index | Thread Index | Old Index