Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:27 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cd23eef9350d - main - x11-toolkits/fltk: Add CPE information
Message-ID:  <202109102120.18ALKRQG014143@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd23eef9350dab288e3351d46fba68dbd79a1620

commit cd23eef9350dab288e3351d46fba68dbd79a1620
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:24:44 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:56 +0000

    x11-toolkits/fltk: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 x11-toolkits/fltk/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile
index b94be22433a3..2922fc86f765 100644
--- a/x11-toolkits/fltk/Makefile
+++ b/x11-toolkits/fltk/Makefile
@@ -15,13 +15,14 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		gl jpeg localbase pkgconfig tar:bz2 xorg
+USES=		cpe gl jpeg localbase pkgconfig tar:bz2 xorg
 USE_XORG=	x11 xcursor xext xfixes xft xinerama xrender
 USE_GL=		gl glu
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared
 CONFIGURE_ENV=	NROFF=echo
+CPE_VENDOR=	fltk_project
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109102120.18ALKRQG014143>