diff options
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 3d2be7a..2e7af2f 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 |