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-devel | |
parent | b042ef045e9b4da67249765df45ccf153cb57558 (diff) |
- add version in CONFLICTS, otherwise it will conflict with itself.
Pointy hat to: leeym
Notes
Notes:
svn path=/head/; revision=118045
Diffstat (limited to 'devel/bison-devel')
-rw-r--r-- | devel/bison-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile index 53a8c38312a4..bed51ea37372 100644 --- a/devel/bison-devel/Makefile +++ b/devel/bison-devel/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= seanc@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc -CONFLICTS= bison-[0-9]* +CONFLICTS= bison-1.7[0-9]* BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 |