diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-11-23 07:48:15 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-11-23 07:48:15 +0000 |
commit | 9d8571acc5e8cdb4a09bc69f2d17180f0a8248da (patch) | |
tree | b43e20d9a3c843e982ec296d10d735b52104333f | |
parent | 72186f50bbe69971d76539a4ad836b351dc7e78b (diff) | |
download | ports-9d8571acc5e8cdb4a09bc69f2d17180f0a8248da.tar.gz ports-9d8571acc5e8cdb4a09bc69f2d17180f0a8248da.zip |
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).
-rw-r--r-- | emulators/wine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |