From 89eec8ba2fe547d77927f6061bb996d9acc9bcf4 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 23 Feb 2001 12:12:06 +0000 Subject: [PATCH] BUILD_DEPENDS, not BUILDS_DEPENDS. --- chat/epic4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 88bdfc6cb21b..e628d2431775 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:22 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/23 12:12:06 wiz Exp $ # DISTNAME= epic4-0.9.16 @@ -28,7 +28,7 @@ EXTRACT_ONLY= epic4-0.9.16.tar.gz GNU_CONFIGURE= YES .if defined(USE_INET6) && ${USE_INET6} == "YES" -BUILDS_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= autoconf:../../devel/autoconf post-patch: cd ${WRKSRC}; ${LOCALBASE}/bin/autoheader; ${LOCALBASE}/bin/autoconf