Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:50 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: 4c633b7db6f4 - main - graphics/libcaca: Add CPE information
Message-ID:  <202109102120.18ALKo3N014647@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=4c633b7db6f447ec2ca1d7c67b1dea3a4e053e96

commit 4c633b7db6f447ec2ca1d7c67b1dea3a4e053e96
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:42:28 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:18:08 +0000

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

diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile
index a9a9c2593b15..5c922606247c 100644
--- a/graphics/libcaca/Makefile
+++ b/graphics/libcaca/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES=	http://caca.zoy.org/raw-attachment/wiki/libcaca/
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Graphics library that outputs text instead of pixels
 
-USES=		libtool ncurses pathfix pkgconfig
+USES=		cpe libtool ncurses pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-doc \
@@ -22,6 +22,7 @@ CONFIGURE_ARGS=	--disable-doc \
 		--disable-zzuf
 MAKE_ENV=	V=1
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	libcaca_project
 
 DOCS=		AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS \
 		NOTES README THANKS



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