aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache20/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-07-02 01:06:41 +0800
committerade <ade@FreeBSD.org>2004-07-02 01:06:41 +0800
commitb306cc5dcbefc30382f9f527a93cd80e0908854b (patch)
treecc39079ab42fe134d866eb0cad7648e1cb765ba7 /www/apache20/Makefile
parentd3dd320adf5a5916ddf9bae7e3a50a66da9764ab (diff)
downloadfreebsd-ports-graphics-b306cc5dcbefc30382f9f527a93cd80e0908854b.tar.gz
freebsd-ports-graphics-b306cc5dcbefc30382f9f527a93cd80e0908854b.tar.zst
freebsd-ports-graphics-b306cc5dcbefc30382f9f527a93cd80e0908854b.zip
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r--www/apache20/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index bc49c109620..4c7b58b4a71 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -46,7 +46,12 @@ SCRIPTS_ENV+= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \
AUTOHEADER=${AUTOHEADER}
USE_ICONV= yes
-USE_AUTOCONF_VER= 259
+SCRIPTS_ENV+= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \
+ LIBTOOL_VERSION=${LIBTOOL_VERSION} AUTOCONF=${AUTOCONF} \
+ LIBTOOL_M4=${LOCALBASE}/share/aclocal/libtool${LIBTOOL_VERSION}.m4 \
+ AUTOHEADER=${AUTOHEADER}
+
+USE_AUTOCONF_VER= 257
USE_LIBTOOL_VER= 15
USE_PERL5= yes
USE_RC_SUBR= yes