diff options
author | fredb <fredb> | 2000-03-12 12:26:29 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-03-12 12:26:29 +0000 |
commit | b3499fd3fea61382fec9f0b16c36ca5f89890443 (patch) | |
tree | c0ae43e7308975bd40cdd1c49cea5ae13f69bcec /mail | |
parent | 086c3722e2a581bccaa4712c6c8cde687c3e2f2f (diff) | |
download | pkgsrc-b3499fd3fea61382fec9f0b16c36ca5f89890443.tar.gz |
Use "yacc" for YACC on NetBSD systems (rather than "bison -y").
Diffstat (limited to 'mail')
-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 |