diff options
author | obraun <obraun@FreeBSD.org> | 2006-08-17 03:46:40 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2006-08-17 03:46:40 +0800 |
commit | 3b61b7a61dadd5533a5dc1be4901184a2a0daac2 (patch) | |
tree | 3a32eba88b2358b937d929ca3dbb2b6d885e9c89 /mail/mairix/Makefile | |
parent | 7f6166668e2651185deaa1e10f52a14ebd0cf787 (diff) | |
download | freebsd-ports-gnome-3b61b7a61dadd5533a5dc1be4901184a2a0daac2.tar.gz freebsd-ports-gnome-3b61b7a61dadd5533a5dc1be4901184a2a0daac2.tar.zst freebsd-ports-gnome-3b61b7a61dadd5533a5dc1be4901184a2a0daac2.zip |
Reawake USE_BISON after my cleanup.
Diffstat (limited to 'mail/mairix/Makefile')
-rw-r--r-- | mail/mairix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 6d8a17ad8c6e..1e27b15f4320 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -15,6 +15,7 @@ COMMENT= Indexing and searching in Maildir, MH or mbox folders USE_GMAKE= yes HAS_CONFIGURE= yes +USE_BISON= yes CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= mairix.1 |