git: 80fb4abd4b61 - main - devel/mingw32-libffi: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:33:10 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=80fb4abd4b617c629c3b52edaa61d66e3a26b59b
commit 80fb4abd4b617c629c3b52edaa61d66e3a26b59b
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:33 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:33 +0000
devel/mingw32-libffi: Add CPE information
Approved by: portmgr (blanket)
---
devel/mingw32-libffi/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/mingw32-libffi/Makefile b/devel/mingw32-libffi/Makefile
index 473a424ed697..8c82e9d71190 100644
--- a/devel/mingw32-libffi/Makefile
+++ b/devel/mingw32-libffi/Makefile
@@ -19,7 +19,8 @@ GNU_CONFIGURE_PREFIX= ${PREFIX}/mingw32
CONFIGURE_ARGS= --host="mingw32" --enable-shared
CC= ${PKGNAMEPREFIX}gcc
CFLAGS= -O2 # Override CFLAGS for a cross-build
-USES= libtool
+USES= cpe libtool
+CPE_VENDOR= ${PORTNAME}_project
PLIST_SUB= PORTVERSION=${PORTVERSION}
post-patch: