diff options
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r-- | lang/gcc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index c05ae285bb96..8709a824c570 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -9,9 +9,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= Meta-port for the default version of the GNU Compiler Collection WWW= https://gcc.gnu.org -# Once GCC 4.8 isn't an option any longer, we can simply use GCC_DEFAULT -# below. (The expression rewrites 4.8 to 48.) -RUN_DEPENDS= gcc${GCC_DEFAULT:S/.//}:lang/gcc${GCC_DEFAULT:S/.//} +RUN_DEPENDS= gcc${GCC_DEFAULT}:lang/gcc${GCC_DEFAULT} USES= cpe CPE_VENDOR= gnu |