summaryrefslogtreecommitdiff
path: root/parallel/sge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/sge/Makefile')
-rw-r--r--parallel/sge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/sge/Makefile b/parallel/sge/Makefile
index d2dcb55e32d..8b94e19e2d0 100644
--- a/parallel/sge/Makefile
+++ b/parallel/sge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/12/05 20:50:51 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2005/12/05 23:55:16 rillig Exp $
#
DISTNAME= sge-5.3p6
@@ -18,7 +18,7 @@ USE_TOOLS+= gmake perl:run
CFLAGS+= -D${UPPER_OPSYS}
CONFIGURE_ENV+= REMOTE=sge
CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q}
-CONFIGURE_ARGS+= --with-grd=${SGE_BUILDARCH}
+CONFIGURE_ARGS+= --with-grd=${SGE_BUILDARCH:Q}
PLIST_SUBST+= SGE_ARCH=${SGE_ARCH:Q}
MESSAGE_SUBST+= SGE_ROOT=${SGE_ROOT}
MAKE_ENV+= PERL5=${PERL5:Q}