diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-09 15:22:13 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-09 15:22:13 +0000 |
commit | e65557d1869b56500a988c406bbf1da6f3dee291 (patch) | |
tree | bfd8ce92e3269c533a9191e22f05a1770382cee6 /devel/autoconf | |
parent | a89df59ca2154efc342295e33d2f42feffcf2126 (diff) |
Notes
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 3 |
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) |