diff options
author | fredb <fredb@pkgsrc.org> | 2000-03-12 12:26:29 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-03-12 12:26:29 +0000 |
commit | 9635b7a556f586b0b143a12fdf2495ae1d462009 (patch) | |
tree | c0ae43e7308975bd40cdd1c49cea5ae13f69bcec | |
parent | ec41764b0c4039d7b708d70b422a33fb181d43fd (diff) | |
download | pkgsrc-9635b7a556f586b0b143a12fdf2495ae1d462009.tar.gz |
Use "yacc" for YACC on NetBSD systems (rather than "bison -y").
-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 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 |