summaryrefslogtreecommitdiff
path: root/www/privoxy
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-30 15:46:51 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-30 15:46:51 +0000
commitecd279345e9c89e26df81fb6039b522529f9f483 (patch)
tree6843fe55cd1079989ac5cc7f8252939807d93dc2 /www/privoxy
parentRemove an illegal optimization that breaks on all platforms where (diff)
Fix autoconf usage
Reported by: bento
Notes
Notes: svn path=/head/; revision=71251
Diffstat (limited to 'www/privoxy')
-rw-r--r--www/privoxy/Makefile4
1 files changed, 2 insertions, 2 deletions
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' \