Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2021 20:54:09 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: 47e4bd0d748b - main - emulators/wine-devel: Add CPE information
Message-ID:  <202109082054.188Ks9s7021397@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=47e4bd0d748ba457d7dad514b0f0cf5a6bb83da7

commit 47e4bd0d748ba457d7dad514b0f0cf5a6bb83da7
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-08 20:43:44 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-08 20:53:40 +0000

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

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 36991c43d5c9..cfd2fbe90fa7 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -22,9 +22,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-[0-9]* i386-wine-[0-9]* i386-wine-devel-[0-9]*
 
 GNU_CONFIGURE=	yes



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