Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 20:02:21 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: 8b8cd3da9096 - main - lang/guile2: Add CPE information
Message-ID:  <202109292002.18TK2L4u010707@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=8b8cd3da9096a422e02ff79a804057aaaaf40a74

commit 8b8cd3da9096a422e02ff79a804057aaaaf40a74
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-29 19:36:31 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-29 19:36:31 +0000

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

diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile
index f95125301721..c6c5e8ba28a4 100644
--- a/lang/guile2/Makefile
+++ b/lang/guile2/Makefile
@@ -18,10 +18,12 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libunistring.so:devel/libunistring \
 		libffi.so:devel/libffi
 
-USES=		charsetfix compiler:c11 gmake iconv libtool makeinfo ncurses pathfix \
+USES=		charsetfix compiler:c11 cpe gmake iconv libtool makeinfo ncurses pathfix \
 		pkgconfig readline tar:lz
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	gnu
+
 CONFLICTS_INSTALL=	guile-[0-9]*
 
 MAKE_JOBS_UNSAFE=	yes



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