diff options
author | tron <tron@pkgsrc.org> | 1999-08-17 23:54:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-17 23:54:18 +0000 |
commit | ed84206fa87b1b8a20ad5cb58698a908b442f64b (patch) | |
tree | ba088e5d31d05e1bde5a3eaf57d4325a9311e4ff | |
parent | ef54c9704c9a8bbd2c78d38c02eb1ed87494a6dc (diff) | |
download | pkgsrc-ed84206fa87b1b8a20ad5cb58698a908b442f64b.tar.gz |
Make sure the "autoconf" binary from package sources is used.
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |