pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xworld The configure script is a csh script. Add ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/905b88aac458
branches:  trunk
changeset: 516483:905b88aac458
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 21 17:31:44 2006 +0000

description:
The configure script is a csh script.  Add csh to USE_TOOLS and set
CONFIG_SHELL accordingly.  This fixes PR 33903.

diffstat:

 x11/xworld/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1e1b48e54e08 -r 905b88aac458 x11/xworld/Makefile
--- a/x11/xworld/Makefile       Fri Jul 21 16:43:56 2006 +0000
+++ b/x11/xworld/Makefile       Fri Jul 21 17:31:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/22 09:22:18 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/07/21 17:31:44 minskim Exp $
 #
 
 DISTNAME=              xworld-2.0
@@ -11,6 +11,8 @@
 COMMENT=               Earth as seen from the direction of the sun
 
 HAS_CONFIGURE=         yes
+USE_TOOLS+=            csh
+CONFIG_SHELL=          ${CSH}
 
 CONFIGURE_ENV+=                PREFIX=${PREFIX:Q}
 CONFIGURE_ENV+=                LDLIBS="-lm ${LDFLAGS} -lX11"



Home | Main Index | Thread Index | Old Index