diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:52 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:52 +0000 |
commit | 47eac6049126cf20b3e55aba44db4a28116b8a44 (patch) | |
tree | b3366d9205161dd5bb697c0b7bc3e24f3b32593b | |
parent | c50dcee13eaad3112a2fdd72a16bea7ffcb274b9 (diff) | |
download | ports-47eac6049126cf20b3e55aba44db4a28116b8a44.tar.gz ports-47eac6049126cf20b3e55aba44db4a28116b8a44.zip |
lang/gcc: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | lang/gcc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index f35f97f2226e..5639bd162d9a 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -14,6 +14,10 @@ COMMENT= Meta-port for the default version of the GNU Compiler Collection # below. (The expression rewrites 4.8 to 48.) RUN_DEPENDS= gcc${GCC_DEFAULT:S/.//}:lang/gcc${GCC_DEFAULT:S/.//} +USES= cpe +CPE_VENDOR= gnu +CPE_VERSION= ${GCC_DEFAULT} + NO_ARCH= yes NO_BUILD= yes |