diff options
-rw-r--r-- | devel/autoconf/Makefile | 3 | ||||
-rw-r--r-- | devel/autoconf253/Makefile | 3 |
2 files changed, 4 insertions, 2 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) diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile index e53b7f6da855..4be4c8724f86 100644 --- a/devel/autoconf253/Makefile +++ b/devel/autoconf253/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) |