diff options
-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 e7ee86f34150..53a8c38312a4 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-[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 1d8b1855d0c2..d27ec1f35711 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-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index 1d8b1855d0c2..d27ec1f35711 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-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile index e7ee86f34150..53a8c38312a4 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-[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 e7ee86f34150..53a8c38312a4 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-[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 e7ee86f34150..53a8c38312a4 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-[0-9]* BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 |