diff options
author | Alexander Vereeken <Alexander88207@protonmail.com> | 2021-11-16 06:09:39 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-11-16 14:33:56 +0000 |
commit | 99af2239fc168cc980f622c3f98b6ab21af873aa (patch) | |
tree | 905e4970813e0a0eedd9e33e228ceb96843d9d35 /emulators/wine/Makefile | |
parent | 131fe7f95091c012f4377d68aeb21a9d841f0287 (diff) | |
download | ports-99af2239fc168cc980f622c3f98b6ab21af873aa.tar.gz ports-99af2239fc168cc980f622c3f98b6ab21af873aa.zip |
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index bfcc847a37aa..67e34d30302f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -27,8 +27,7 @@ USE_SDL= sdl2 CPE_VENDOR= winehq -CONFLICTS_INSTALL= wine-devel-[0-9]* \ - i386-wine-[0-9]* i386-wine-devel-[0-9]* +CONFLICTS_INSTALL= wine-devel-[0-9]* i386-wine-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose \ |