Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2021 16:14:38 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 78e1a992c1f5 - main - lang/mujs: Add CPE information
Message-ID:  <202110201614.19KGEcs4086167@gitrepo.freebsd.org>

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

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

commit 78e1a992c1f592a6a521ff042ebfef386fd71ac1
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-20 16:13:18 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-20 16:13:18 +0000

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

diff --git a/lang/mujs/Makefile b/lang/mujs/Makefile
index cc3856155f86..5dfd7da9ff55 100644
--- a/lang/mujs/Makefile
+++ b/lang/mujs/Makefile
@@ -10,7 +10,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 TEST_DEPENDS=	git:devel/git
 
-USES=		compiler:c11 gmake readline # c11 is induced by the FreeBSD headers via isnan(3), etc, otherwise the project is all c99 code
+USES=		compiler:c11 cpe gmake readline # c11 is induced by the FreeBSD headers via isnan(3), etc, otherwise the project is all c99 code
+CPE_VENDOR=	artifex
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



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