summaryrefslogtreecommitdiff
path: root/sysutils/apachetop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/apachetop/Makefile')
-rw-r--r--sysutils/apachetop/Makefile7
1 files changed, 3 insertions, 4 deletions
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 <bsd.port.mk>