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