diff options
author | ade <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | 6f10a06995e640bf1073c28f5c13ea8f8412737a (patch) | |
tree | d14ccc864c4783b5751e425e681d4bc7e63ec159 /mail/mairix | |
parent | 7428a469a6c4123272d6ac2707e3cf432227515b (diff) | |
download | FreeBSD-ports-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip FreeBSD-ports-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Diffstat (limited to 'mail/mairix')
-rw-r--r-- | mail/mairix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 5e87512..e672f06 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -7,6 +7,7 @@ PORTNAME= mairix PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mairix @@ -16,7 +17,7 @@ COMMENT= Indexing and searching in Maildir, MH or mbox folders USE_GMAKE= yes HAS_CONFIGURE= yes -USE_BISON= yes +USE_BISON= build CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= mairix.1 |