diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /lang/gcc/Makefile | |
parent | Update to 0.48.4. (diff) |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Notes
Notes:
svn path=/head/; revision=313635
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r-- | lang/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 8b13cad3d0c9..c0cdeead5088 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -30,7 +30,7 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} ONLY_FOR_ARCHS= amd64 i386 ia64 powerpc sparc64 USE_BINUTILS= yes -USE_BISON= build +USES= bison USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes |