git: ce0f68412f69 - main - textproc/exempi: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 11:02:14 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce0f68412f693054ba3a693e9cbaf435209c96ef commit ce0f68412f693054ba3a693e9cbaf435209c96ef Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 10:57:55 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:06 +0000 textproc/exempi: Add CPE information Approved by: portmgr (blanket) --- textproc/exempi/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile index fa4fd853dae1..02654b0f055e 100644 --- a/textproc/exempi/Makefile +++ b/textproc/exempi/Makefile @@ -13,7 +13,8 @@ COMMENT= Port of Adobe XMP SDK to work on UNIX BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= gmake iconv libtool localbase pathfix tar:bzip2 +USES= cpe gmake iconv libtool localbase pathfix tar:bzip2 +CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes INSTALL_TARGET= install-strip GNU_CONFIGURE= yes