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 | |
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
-rw-r--r-- | devel/bison-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/bison/Makefile | 2 | ||||
-rw-r--r-- | devel/bison175/Makefile | 2 | ||||
-rw-r--r-- | devel/bison1875/Makefile | 2 | ||||
-rw-r--r-- | devel/bison2/Makefile | 2 | ||||
-rw-r--r-- | devel/bison20/Makefile | 2 |
6 files changed, 6 insertions, 6 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 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 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 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 diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile index 53a8c38312a4..bed51ea37372 100644 --- a/devel/bison2/Makefile +++ b/devel/bison2/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 diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile index 53a8c38312a4..bed51ea37372 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 |