diff options
author | obraun <obraun@FreeBSD.org> | 2003-07-07 15:21:10 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-07-07 15:21:10 +0800 |
commit | 93f129fb033fa3b541481c91cb342f6fc601cf21 (patch) | |
tree | e808da4b120cb5bb4d80b38c4dd94622f0e29593 /mail/mairix | |
parent | 8cc811a2c0ac1d9d608cb43e6c0019ea431a185f (diff) | |
download | freebsd-ports-graphics-93f129fb033fa3b541481c91cb342f6fc601cf21.tar.gz freebsd-ports-graphics-93f129fb033fa3b541481c91cb342f6fc601cf21.tar.zst freebsd-ports-graphics-93f129fb033fa3b541481c91cb342f6fc601cf21.zip |
Add USE_BISON.
Noticed by: kris, bento
Diffstat (limited to 'mail/mairix')
-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 867a1a55524..044cc106441 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.rrbcurnow.freeuk.com/mairix/ MAINTAINER= obraun@FreeBSD.org COMMENT= Indexing and searching in Maildir or MH folders +USE_BISON= yes USE_REINPLACE= yes post-patch: |