summaryrefslogtreecommitdiff
path: root/x11/xworld
diff options
context:
space:
mode:
authorminskim <minskim>2006-07-21 17:31:44 +0000
committerminskim <minskim>2006-07-21 17:31:44 +0000
commit158134ad35cfbf0b09cb5ca44d33da3c9cc48f5b (patch)
treeeaaf669d0150acef47ab556f629927a5376baa4d /x11/xworld
parent752a20b8df97adc5fa744ebe794541954dfe1d80 (diff)
downloadpkgsrc-158134ad35cfbf0b09cb5ca44d33da3c9cc48f5b.tar.gz
The configure script is a csh script. Add csh to USE_TOOLS and set
CONFIG_SHELL accordingly. This fixes PR 33903.
Diffstat (limited to 'x11/xworld')
-rw-r--r--x11/xworld/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xworld/Makefile b/x11/xworld/Makefile
index 96f138759a0..694374e9b71 100644
--- a/x11/xworld/Makefile
+++ b/x11/xworld/Makefile
@@ -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 @@ MAINTAINER= wennmach@NetBSD.org
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"