aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-06-09 23:22:13 +0800
committernork <nork@FreeBSD.org>2003-06-09 23:22:13 +0800
commit536a613dfa608242ec36710378865c2bc6f90446 (patch)
treeac05cfa1e15a365b9a81356e0620c5a37036b627 /devel/autoconf
parentcfd57410e9b75cc10aa6430db59e29b26ceeec8c (diff)
downloadfreebsd-ports-gnome-536a613dfa608242ec36710378865c2bc6f90446.tar.gz
freebsd-ports-gnome-536a613dfa608242ec36710378865c2bc6f90446.tar.zst
freebsd-ports-gnome-536a613dfa608242ec36710378865c2bc6f90446.zip
Fix dependency on running perl5 and s,/bin/sh,${SH},.
Pointed out by: simokawa
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index e53b7f6da855..4be4c8724f86 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -20,9 +20,10 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes
+USE_PERL5_RUN= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CONFIG_SHELL=/bin/sh
+CONFIGURE_ENV+= CONFIG_SHELL=${SH}
CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4
.if exists(${LOCALBASE}/bin/emacs)