diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-13 10:37:39 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-13 10:37:39 +0000 |
commit | 90f251127cdcb2b9cf7458f1dcbb090730cc03a2 (patch) | |
tree | 98b137038d6f7c131a2979790c78144699f5b1db | |
parent | BROKEN on amd64: Configure fails (diff) |
Fix configure.
Notes
Notes:
svn path=/head/; revision=103876
-rw-r--r-- | www/apache2/Makefile | 1 | ||||
-rw-r--r-- | www/apache20/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index e2aa77b7b821..8500ad901c3c 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -48,6 +48,7 @@ USE_AUTOCONF_VER?= 253 USE_LIBTOOL= yes USE_PERL5= yes USE_REINPLACE= yes +LIBTOOLFILES= configure CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ diff --git a/www/apache20/Makefile b/www/apache20/Makefile index e2aa77b7b821..8500ad901c3c 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -48,6 +48,7 @@ USE_AUTOCONF_VER?= 253 USE_LIBTOOL= yes USE_PERL5= yes USE_REINPLACE= yes +LIBTOOLFILES= configure CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ |