git: 3a4b51b56d2e - main - devel/psptoolchain-gdb: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:33:27 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a4b51b56d2e92873a3de7892dd0749879b1573a commit 3a4b51b56d2e92873a3de7892dd0749879b1573a Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:37 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:37 +0000 devel/psptoolchain-gdb: Add CPE information Approved by: portmgr (blanket) --- devel/psptoolchain-gdb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/psptoolchain-gdb/Makefile b/devel/psptoolchain-gdb/Makefile index 833e16bad1e1..7eb20b064f20 100644 --- a/devel/psptoolchain-gdb/Makefile +++ b/devel/psptoolchain-gdb/Makefile @@ -12,7 +12,8 @@ COMMENT= PlayStation Portable development toolchain ${PORTNAME} BUILD_DEPENDS= ${LOCALBASE}/psp/sdk/lib/libpspsdk.a:devel/psptoolchain-pspsdk-stage2 -USES= gmake tar:bzip2 +USES= cpe gmake tar:bzip2 +CPE_VENDOR= gnu USE_CSTD= gnu89 HAS_CONFIGURE= yes