summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-03-12 12:26:29 +0000
committerfredb <fredb@pkgsrc.org>2000-03-12 12:26:29 +0000
commit9635b7a556f586b0b143a12fdf2495ae1d462009 (patch)
treec0ae43e7308975bd40cdd1c49cea5ae13f69bcec /mail
parentec41764b0c4039d7b708d70b422a33fb181d43fd (diff)
downloadpkgsrc-9635b7a556f586b0b143a12fdf2495ae1d462009.tar.gz
Use "yacc" for YACC on NetBSD systems (rather than "bison -y").
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index d0828ebf1f0..75ef15d7f94 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2000/03/09 23:16:45 itojun Exp $
+# $NetBSD: Makefile,v 1.66 2000/03/12 12:26:29 fredb Exp $
#
DISTNAME= fetchmail-5.3.2
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
+CONFIGURE_ENV= LDFLAGS="${CFLAGS}" YACC="${YACC}"
BUILD_DEFS+= USE_INET6