diff options
author | leeym <leeym@FreeBSD.org> | 2004-09-03 16:13:57 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-09-03 16:13:57 +0000 |
commit | efbf08b4c264b4a540a9e449eaec6591890d82ad (patch) | |
tree | 231be2e4be3df7faa03214c6a7a70caf3d3f55af /devel/bison20 | |
parent | f5c1c5791cf08064551d3b69ea3122e376a53549 (diff) | |
download | FreeBSD-ports-efbf08b4c264b4a540a9e449eaec6591890d82ad.zip FreeBSD-ports-efbf08b4c264b4a540a9e449eaec6591890d82ad.tar.gz |
- add version in CONFLICTS, otherwise it will conflict with itself.
Pointy hat to: leeym
Diffstat (limited to 'devel/bison20')
-rw-r--r-- | devel/bison20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile index 53a8c38..bed51ea 100644 --- a/devel/bison20/Makefile +++ b/devel/bison20/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 |