diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-03 15:19:20 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-03 15:19:20 +0000 |
commit | 515450b4d500901cb2e7a82f8875a45de39928eb (patch) | |
tree | 929572ef19a5c4e3dc51d1716e058e0457c3fff2 /devel/bison1875/Makefile | |
parent | Update to 0.12 (diff) |
- use shell meta-characters for pattern matching
Notes
Notes:
svn path=/head/; revision=118041
Diffstat (limited to 'devel/bison1875/Makefile')
-rw-r--r-- | devel/bison1875/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |