pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/OpenRM OpenRM has this *totally sweet* mechan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c75217ee02c
branches:  trunk
changeset: 496263:8c75217ee02c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jun 24 21:07:08 2005 +0000

description:
OpenRM has this *totally sweet* mechanism where it uses a csh script
to call a perl script that also runs system commands in order to
generate the HTML documentation.  Add USE_TOOLS+=csh to the package
Makefile.

diffstat:

 graphics/OpenRM/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 353453a7e1f4 -r 8c75217ee02c graphics/OpenRM/Makefile
--- a/graphics/OpenRM/Makefile  Fri Jun 24 21:01:48 2005 +0000
+++ b/graphics/OpenRM/Makefile  Fri Jun 24 21:07:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/23 04:02:48 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/24 21:07:08 jlam Exp $
 #
 
 DISTNAME=              openrm-devel-1.5.2
@@ -15,7 +15,7 @@
 CFLAGS+=               -I${X11BASE}/include
 BUILD_TARGET=          libtool docs
 USE_LIBTOOL=           yes
-USE_TOOLS+=            perl
+USE_TOOLS+=            csh perl
 REPLACE_PERL=          doc/sortlist.pl doc/source2html.pl
 
 DOCDIR=                        ${PREFIX}/share/doc/OpenRM



Home | Main Index | Thread Index | Old Index