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/bison | |
parent | add fireflyttf 1.1.0 (diff) |
- add version in CONFLICTS, otherwise it will conflict with itself.
Pointy hat to: leeym
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index d27ec1f35711..b9e512330f17 100644 --- a/devel/bison/Makefile +++ b/devel/bison/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 |