From ecd279345e9c89e26df81fb6039b522529f9f483 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sat, 30 Nov 2002 15:46:51 +0000 Subject: Fix autoconf usage Reported by: bento --- www/privoxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/privoxy') diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 499a2293c98d..1b7205936a0f 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/privoxy-3.0.0-stable PKGMESSAGE= ${WRKDIR}/pkg-message USE_GMAKE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 253 USE_REINPLACE= yes MAKEFILE= GNUmakefile @@ -35,7 +35,7 @@ post-patch: ${WRKSRC}/config pre-configure: - @(cd ${WRKSRC}; autoheader${USE_AUTOCONF_VER}) + @(cd ${WRKSRC}; ${AUTOHEADER}) pre-install: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ -- cgit v1.2.3