git: 0d96d3cfe928 - main - textproc/libwpd010: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 11:02:22 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d96d3cfe928a0be955448d7d877b6e9f4d48a8f commit 0d96d3cfe928a0be955448d7d877b6e9f4d48a8f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 10:59:40 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:07 +0000 textproc/libwpd010: Add CPE information Approved by: portmgr (blanket) --- textproc/libwpd010/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/libwpd010/Makefile b/textproc/libwpd010/Makefile index 87142bd42ccb..48a4cca278b6 100644 --- a/textproc/libwpd010/Makefile +++ b/textproc/libwpd010/Makefile @@ -18,7 +18,8 @@ LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/qi.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -USES= compiler:c++11-lang gnome libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang cpe gnome libtool pathfix pkgconfig tar:bzip2 +CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes USE_GNOME= libgsf USE_LDCONFIG= yes