diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:42:28 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:53:39 +0000 |
commit | 24e18a2a80294f0f4a1e5e7e529c6a248aa08f59 (patch) | |
tree | 2363575f9bb2ef03faff835ea1c1a8a5c8b9b0bf | |
parent | de4d421d74112b85680fa582fb9860f0e3a2e461 (diff) | |
download | ports-24e18a2a80294f0f4a1e5e7e529c6a248aa08f59.tar.gz ports-24e18a2a80294f0f4a1e5e7e529c6a248aa08f59.zip |
emulators/wine: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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]* |