From 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Fri, 4 Jun 2004 17:29:38 +0000 Subject: Sync with new bsd.autotools.mk --- sysutils/apachetop/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sysutils/apachetop') diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index ef2b64e504d3..ab8f60d03bf3 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -14,8 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= esn@x123.info COMMENT= Apache RealTime log stats -BUILD_DEPENDS= ${LOCALBASE}/bin/autoconf257:${PORTSDIR}/devel/autoconf257 - +WANT_AUTOCONF_VER=257 GNU_CONFIGURE= yes USE_REINPLACE= yes @@ -24,8 +23,8 @@ PLIST_FILES= sbin/apachetop post-configure: ${REINPLACE_CMD} \ - -e 's/--run autoconf$$/--run autoconf257/' \ - -e 's/--run autoheader$$/--run autoheader257/' \ + -e 's/--run autoconf$$/--run $${AUTOCONF}/' \ + -e 's/--run autoheader$$/--run $${AUTOHEADER}/' \ ${WRKSRC}/Makefile .include -- cgit v1.2.3