git: 4c633b7db6f4 - main - graphics/libcaca: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:57 UTC 2021


The branch main has been updated by decke:

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

commit 4c633b7db6f447ec2ca1d7c67b1dea3a4e053e96
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:42:28 +0000
Commit:     Bernhard Froehlich <decke at 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 at 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


More information about the dev-commits-ports-main mailing list