From f3edc50ab7500ccffd17fe0b107c2bda3c0f640d Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 24 Jun 2005 21:07:08 +0000 Subject: 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. --- graphics/OpenRM/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/OpenRM') diff --git a/graphics/OpenRM/Makefile b/graphics/OpenRM/Makefile index 23370849750..bb346de5ece 100644 --- a/graphics/OpenRM/Makefile +++ b/graphics/OpenRM/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/rm152 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 -- cgit v1.2.3