git: bd1fc88f6547 - main - lang/guile: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sun Aug 29 11:56:08 UTC 2021


The branch main has been updated by decke:

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

commit bd1fc88f65472ed019de9c5673aa0a40b543f110
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-29 11:52:27 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-29 11:52:27 +0000

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

diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 818626abdaac..14a00be0b462 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -17,10 +17,12 @@ LIB_DEPENDS=	libffi.so:devel/libffi \
 		libltdl.so:devel/libltdl \
 		libunistring.so:devel/libunistring
 
-USES=		charsetfix compiler:c11 gmake iconv libtool makeinfo pathfix pkgconfig \
+USES=		charsetfix compiler:c11 cpe gmake iconv libtool makeinfo pathfix pkgconfig \
 	readline tar:lz
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	gnu
+
 CONFLICTS_INSTALL=	guile1-[0-9]* guile2-[0-9]*
 
 MAKE_JOBS_UNSAFE=	yes


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