From 9d8571acc5e8cdb4a09bc69f2d17180f0a8248da Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 23 Nov 2021 07:48:15 +0000 Subject: emulators/wine: Simplify CONFLICTS_INSTALL wine-devel-* versus wine-devel-[0-9]* does not make a practical difference, but simpler is better (plus portlint has started to warn about it). --- emulators/wine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index adbc2b205f47..ed3e5754d68f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -27,7 +27,7 @@ USE_SDL= sdl2 CPE_VENDOR= winehq -CONFLICTS_INSTALL= wine-devel-[0-9]* +CONFLICTS_INSTALL= wine-devel-* GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose \ -- cgit v1.2.3