git: f6598282f0e8 - main - textproc/libstaroffice: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 15:43:11 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6598282f0e8ce75eae2bbb1a5862e7b3e6155ea commit f6598282f0e8ce75eae2bbb1a5862e7b3e6155ea Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 15:40:40 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 15:40:40 +0000 textproc/libstaroffice: Add CPE information Approved by: portmgr (blanket) --- textproc/libstaroffice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/libstaroffice/Makefile b/textproc/libstaroffice/Makefile index 2d4c8cd65fe7..e7870770bd18 100644 --- a/textproc/libstaroffice/Makefile +++ b/textproc/libstaroffice/Makefile @@ -13,7 +13,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib cpe libtool pathfix pkgconfig tar:xz +CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes