aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:33 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:33 +0000
commit80fb4abd4b617c629c3b52edaa61d66e3a26b59b (patch)
treef487c27e952c88a5e01b08dcc22c43bf21293e68
parentf7c07298bdc9e8f1f9c33524818b699ec10efdc3 (diff)
downloadports-80fb4abd4b617c629c3b52edaa61d66e3a26b59b.tar.gz
ports-80fb4abd4b617c629c3b52edaa61d66e3a26b59b.zip
devel/mingw32-libffi: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/mingw32-libffi/Makefile3
1 files changed, 2 insertions, 1 deletions
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: