diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /devel/tigcc | |
parent | - Mark Broken does not work with irc/irssi-0.8.12 (diff) |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Notes
Notes:
svn path=/head/; revision=201613
Diffstat (limited to 'devel/tigcc')
-rw-r--r-- | devel/tigcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/tigcc/Makefile b/devel/tigcc/Makefile index 063a08905057..d08c19ded092 100644 --- a/devel/tigcc/Makefile +++ b/devel/tigcc/Makefile @@ -7,6 +7,7 @@ PORTNAME= tigcc PORTVERSION= 0.96.b8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GCC:S/$/:gcc/} \ ${MASTER_SITE_GNU:S/$/:gas/} \ @@ -22,7 +23,7 @@ COMMENT= C compiler for the TI89, 92, and 92+ calculators USE_BZIP2= yes USE_GMAKE= yes -USE_BISON= yes +USE_BISON= build NO_WRKSUBDIR= yes do-extract: |