Date: Wed, 8 Sep 2021 20:54:08 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: 24e18a2a8029 - main - emulators/wine: Add CPE information Message-ID: <202109082054.188Ks8Wk021373@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=24e18a2a80294f0f4a1e5e7e529c6a248aa08f59 commit 24e18a2a80294f0f4a1e5e7e529c6a248aa08f59 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-08 20:42:28 +0000 Commit: Bernhard Froehlich <decke@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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109082054.188Ks8Wk021373>