summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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