summaryrefslogtreecommitdiff
path: root/devel/bison2
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-09-03 15:19:20 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-09-03 15:19:20 +0000
commit515450b4d500901cb2e7a82f8875a45de39928eb (patch)
tree929572ef19a5c4e3dc51d1716e058e0457c3fff2 /devel/bison2
parentUpdate to 0.12 (diff)
- use shell meta-characters for pattern matching
Notes
Notes: svn path=/head/; revision=118041
Diffstat (limited to 'devel/bison2')
-rw-r--r--devel/bison2/Makefile2
1 files changed, 1 insertions, 1 deletions
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