diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-03 16:13:57 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-03 16:13:57 +0000 |
commit | 52d411f7144bea1383adfbedddb4ee27f90f36a1 (patch) | |
tree | b30f054ab9fed734d5b37ccfc6833c77c75cd2f1 /devel/bison175 | |
parent | b042ef045e9b4da67249765df45ccf153cb57558 (diff) |
Notes
Diffstat (limited to 'devel/bison175')
-rw-r--r-- | devel/bison175/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index d27ec1f35711..b9e512330f17 100644 --- a/devel/bison175/Makefile +++ b/devel/bison175/Makefile @@ -18,7 +18,7 @@ COMMENT= A parser generator from FSF, (mostly) compatible with Yacc BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 -CONFLICTS= bison-[0-9]* +CONFLICTS= bison-1.8[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes |