git: a700c56b870b - main - devel/icu: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 20:17:56 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=a700c56b870b98cb9a54a09e6e88be796627430f commit a700c56b870b98cb9a54a09e6e88be796627430f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 20:17:45 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 20:17:45 +0000 devel/icu: Add CPE information Approved by: portmgr (blanket) --- devel/icu/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/icu/Makefile b/devel/icu/Makefile index 473900383f18..49bc6204f3b7 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -26,7 +26,9 @@ CONFIGURE_ARGS+=--with-data-packaging=archive \ CPPFLAGS+= -DICU_NO_USER_DATA_OVERRIDE MAKE_ARGS= VERBOSE=1 TEST_TARGET= check -USES+= compiler:c++11-lib gmake pathfix python:build tar:tgz +USES+= compiler:c++11-lib cpe gmake pathfix python:build tar:tgz +CPE_VENDOR= ${PORTNAME}-project +CPE_PRODUCT= international_components_for_unicode USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/icu/source