diff options
author | dholland <dholland@pkgsrc.org> | 2011-07-03 01:47:41 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-07-03 01:47:41 +0000 |
commit | 0bc1456482ace6b105998cc97cb7be3c13c2dcb4 (patch) | |
tree | 1eb96f032680c0d3530421be3edbe6a135a9b838 /lang | |
parent | 4d6592cafd17c5c3689d8875be55f1c31622d2cb (diff) | |
download | pkgsrc-0bc1456482ace6b105998cc97cb7be3c13c2dcb4.tar.gz |
Set $SHELL in the environment so it doesn't end up trying to use zsh, or
worse, a csh, to run libtool and maybe other things.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pfe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index fd1aff780fd..c92d3ba0630 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/02/10 19:17:40 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/07/03 01:47:41 dholland Exp $ DISTNAME= pfe-0.33.71 PKGREVISION= 1 @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-regs USE_TOOLS+= perl pkg-config +MAKE_ENV+= SHELL=${CONFIG_SHELL} MAKE_JOBS_SAFE= no BUILD_TARGET= all mans docs |