From 67fb125b0c9dee1de6e9726cd4ca33ee0b48a447 Mon Sep 17 00:00:00 2001 From: obraun Date: Sun, 4 Sep 2005 18:42:48 +0000 Subject: Add dependency on bison. Obtained from: pointyhat --- mail/mairix/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 8ce19ab50c1..be6e3fa6e4e 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -14,6 +14,7 @@ MAINTAINER= obraun@FreeBSD.org COMMENT= Indexing and searching in Maildir or MH folders HAS_CONFIGURE= yes +USE_BISON= yes CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" -- cgit