diff options
-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 |