summaryrefslogtreecommitdiff
path: root/graphics/OpenRM
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-24 21:07:08 +0000
committerjlam <jlam@pkgsrc.org>2005-06-24 21:07:08 +0000
commitf3edc50ab7500ccffd17fe0b107c2bda3c0f640d (patch)
tree57f8d0a02ee75c2aba15c4ff2ce9f1ddcd748c3e /graphics/OpenRM
parent6675babaf0815a44dd6fc16f0efd18fe0a047c24 (diff)
downloadpkgsrc-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/OpenRM')
-rw-r--r--graphics/OpenRM/Makefile4
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