git: c6b9667bff30 - main - x11/eterm: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:55 UTC 2021


The branch main has been updated by decke:

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

commit c6b9667bff3013ae9568e4bf92a886dba89912cd
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 19:50:11 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:36 +0000

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

diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index 7be931f9fa84..26ca8f496849 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -28,12 +28,13 @@ CONFIGURE_ENV=	GDB=/usr/bin/gdb
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		iconv libtool shebangfix xorg
+USES=		cpe iconv libtool shebangfix xorg
 SHEBANG_FILES=	${WRKSRC}/utils/kEsetroot.in
 perl_OLD_CMD=	@PERL@
 USE_CSTD=	gnu89
 USE_LDCONFIG=	yes
 USE_XORG=	x11 xt
+CPE_VENDOR=	eterm_project
 
 OPTIONS_DEFINE=	DOCS
 OPTIONS_DEFINE_i386=	MMX


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