diff options
author | seanc <seanc@FreeBSD.org> | 2003-09-01 03:30:08 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-09-01 03:30:08 +0000 |
commit | e2c60e1f14d71ac01e270ea0e1b429fd5ea18fa4 (patch) | |
tree | 79d2bff9683fc857db269c487c029813cdac0b45 /devel/bison20 | |
parent | 0923e060ea7afebbf71b5af5792ea42330a30d2f (diff) | |
download | FreeBSD-ports-e2c60e1f14d71ac01e270ea0e1b429fd5ea18fa4.zip FreeBSD-ports-e2c60e1f14d71ac01e270ea0e1b429fd5ea18fa4.tar.gz |
Add CONFLICTS for bison/bison1875.
PR: ports/56242
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel/bison20')
-rw-r--r-- | devel/bison20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile index acf8855..0c68566 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 |