git: 13f1d93b8eb8 - main - comms/libusbmuxd: Add CPE information
Date: Thu, 14 Oct 2021 10:35:01 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=13f1d93b8eb8e770b68da9c52ec60d8cb5d9ee73 commit 13f1d93b8eb8e770b68da9c52ec60d8cb5d9ee73 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 10:34:16 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 10:34:16 +0000 comms/libusbmuxd: Add CPE information Approved by: portmgr (blanket) --- comms/libusbmuxd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/comms/libusbmuxd/Makefile b/comms/libusbmuxd/Makefile index 6b5fbd796369..602759dbef92 100644 --- a/comms/libusbmuxd/Makefile +++ b/comms/libusbmuxd/Makefile @@ -13,7 +13,9 @@ LIB_DEPENDS= libplist-2.0.so:devel/libplist CONFLICTS_INSTALL=usbmuxd-1.0.[6-8] -USES= libtool pathfix pkgconfig tar:bzip2 +USES= cpe libtool pathfix pkgconfig tar:bzip2 +USES= cpe +CPE_VENDOR= libimobiledevice GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes