diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 19:45:54 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:33 +0000 |
commit | a4c9756b1cef874e147a2fddd493e13c984f584b (patch) | |
tree | 9d817f3bae89b5cc6ac726fc4b7237bbb27b4c9d | |
parent | e56dd60b3974cdcad2a198b3053c91ec2c9a8f81 (diff) | |
download | ports-a4c9756b1cef874e147a2fddd493e13c984f584b.tar.gz ports-a4c9756b1cef874e147a2fddd493e13c984f584b.zip |
devel/libffi: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/libffi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index cfd33b2b90e8..91cf2a557354 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -20,9 +20,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= runtest:misc/dejagnu -USES= compiler:c11 libtool pathfix +USES= compiler:c11 cpe libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes +CPE_VENDOR= libffi_project CONFIGURE_ARGS= --disable-multi-os-directory INSTALL_TARGET= install-strip |