diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-09-01 03:30:08 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-09-01 03:30:08 +0000 |
commit | 40594a5fca9930fc65815f7d0561eacea9f9a9a3 (patch) | |
tree | c2c27ccff360b73344072f1d187d352d460556d5 /devel | |
parent | - don't clobber any given LDFLAGS (diff) |
Add CONFLICTS for bison/bison1875.
PR: ports/56242
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes:
svn path=/head/; revision=88234
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison-devel/Makefile | 3 | ||||
-rw-r--r-- | devel/bison/Makefile | 3 | ||||
-rw-r--r-- | devel/bison175/Makefile | 3 | ||||
-rw-r--r-- | devel/bison1875/Makefile | 3 | ||||
-rw-r--r-- | devel/bison2/Makefile | 3 | ||||
-rw-r--r-- | devel/bison20/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile index acf885594d7f..0c6856608bf7 100644 --- a/devel/bison-devel/Makefile +++ b/devel/bison-devel/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: bison # Date created: 27 Mar 1999 # Whom: Jerry Hicks @@ -16,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= seanc@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc +CONFLICTS= bison-[0-9]+ + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 3d2be7a554b9..2e7af2f111d7 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: bison # Date created: 27 Mar 1999 # Whom: Jerry Hicks @@ -16,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc +CONFLICTS= bison-[0-9]+ + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 .if !defined(WITHOUT_NLS) LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index 3d2be7a554b9..2e7af2f111d7 100644 --- a/devel/bison175/Makefile +++ b/devel/bison175/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: bison # Date created: 27 Mar 1999 # Whom: Jerry Hicks @@ -16,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc +CONFLICTS= bison-[0-9]+ + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 .if !defined(WITHOUT_NLS) LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile index acf885594d7f..0c6856608bf7 100644 --- a/devel/bison1875/Makefile +++ b/devel/bison1875/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: bison # Date created: 27 Mar 1999 # Whom: Jerry Hicks @@ -16,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= seanc@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc +CONFLICTS= bison-[0-9]+ + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile index acf885594d7f..0c6856608bf7 100644 --- a/devel/bison2/Makefile +++ b/devel/bison2/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: bison # Date created: 27 Mar 1999 # Whom: Jerry Hicks @@ -16,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= seanc@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc +CONFLICTS= bison-[0-9]+ + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile index acf885594d7f..0c6856608bf7 100644 --- a/devel/bison20/Makefile +++ b/devel/bison20/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: bison # Date created: 27 Mar 1999 # Whom: Jerry Hicks @@ -16,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= seanc@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc +CONFLICTS= bison-[0-9]+ + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 |