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 /lang/gcc34 | |
| 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 'lang/gcc34')
| -rw-r--r-- | lang/gcc34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 2567ec9048a6..543379abfb51 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 3.4.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= lang VERSIONSTRING= ${PORTVERSION} @@ -25,7 +25,7 @@ COMMENT?= GNU Compiler Collection 3.4 SUFFIX= 34 LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX} -USE_BISON= yes +USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes |
