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 | |
parent | a89df59ca2154efc342295e33d2f42feffcf2126 (diff) | |
download | ports-e65557d1869b56500a988c406bbf1da6f3dee291.tar.gz ports-e65557d1869b56500a988c406bbf1da6f3dee291.zip |
Notes
-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) |