git: 406793a0032f - main - print/gutenprint: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 10:18:36 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=406793a0032fd29a4763bcfeca57838d8a007c3b commit 406793a0032fd29a4763bcfeca57838d8a007c3b Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 10:17:55 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 10:17:55 +0000 print/gutenprint: Add CPE information Approved by: portmgr (blanket) --- print/gutenprint/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index e22fcbe02bcb..d865c3ff6755 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -20,8 +20,9 @@ CONFIGURE_ARGS= --disable-static --enable-cups-ppds \ --enable-cups-level3-ppds \ --disable-translated-cups-ppds INSTALL_TARGET= install-strip -USES= compiler:c11 gettext gmake libtool pathfix perl5 pkgconfig \ +USES= compiler:c11 cpe gettext gmake libtool pathfix perl5 pkgconfig \ tar:xz +CPE_VENDOR= ${PORTNAME}_project OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes