diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-24 21:07:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-24 21:07:08 +0000 |
commit | f3edc50ab7500ccffd17fe0b107c2bda3c0f640d (patch) | |
tree | 57f8d0a02ee75c2aba15c4ff2ce9f1ddcd748c3e /graphics | |
parent | 6675babaf0815a44dd6fc16f0efd18fe0a047c24 (diff) | |
download | pkgsrc-f3edc50ab7500ccffd17fe0b107c2bda3c0f640d.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/OpenRM/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |