From ed84206fa87b1b8a20ad5cb58698a908b442f64b Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 17 Aug 1999 23:54:18 +0000 Subject: Make sure the "autoconf" binary from package sources is used. --- mail/fetchmail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/fetchmail') diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 1ab9398e02c..fb12b791817 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 1999/08/11 20:13:03 hwr Exp $ +# $NetBSD: Makefile,v 1.49 1999/08/17 23:54:18 tron Exp $ # DISTNAME= fetchmail-5.0.6 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" -- cgit v1.2.3