summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredb <fredb>2000-03-12 12:26:29 +0000
committerfredb <fredb>2000-03-12 12:26:29 +0000
commitb3499fd3fea61382fec9f0b16c36ca5f89890443 (patch)
treec0ae43e7308975bd40cdd1c49cea5ae13f69bcec
parent086c3722e2a581bccaa4712c6c8cde687c3e2f2f (diff)
downloadpkgsrc-b3499fd3fea61382fec9f0b16c36ca5f89890443.tar.gz
Use "yacc" for YACC on NetBSD systems (rather than "bison -y").
-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