git: 24e18a2a8029 - main - emulators/wine: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Wed Sep 8 20:54:09 UTC 2021


The branch main has been updated by decke:

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

commit 24e18a2a80294f0f4a1e5e7e529c6a248aa08f59
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-08 20:42:28 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-08 20:53:39 +0000

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

diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 4addc6fe331a..8eab5bb04326 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -21,9 +21,11 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
 LIB_DEPENDS=	libFAudio.so:audio/faudio \
 		libxml2.so:textproc/libxml2
 
-USES=		bison desktop-file-utils gmake localbase pkgconfig shebangfix tar:xz
+USES=		bison cpe desktop-file-utils gmake localbase pkgconfig shebangfix tar:xz
 USE_GCC=	yes
 
+CPE_VENDOR=	winehq
+
 CONFLICTS_INSTALL=	wine-devel-[0-9]* \
 			i386-wine-[0-9]* i386-wine-devel-[0-9]*
 


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