From 04b9da414081a733478d3def4e1e3777908536c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Thu, 25 Nov 2021 22:40:11 +0100 Subject: */*: Remove redundant '-*' from CONFLICTS definitions The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket) --- games/sol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/sol') diff --git a/games/sol/Makefile b/games/sol/Makefile index 27231a137fda..e150adcd15dd 100644 --- a/games/sol/Makefile +++ b/games/sol/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libXaw.so:x11-toolkits/libXaw \ libshhopt.so:devel/libshhopt \ libxalloc.so:devel/libxalloc -CONFLICTS= gnome-games-* +CONFLICTS= gnome-games USES= gmake xorg USE_XORG= ice sm x11 xext xmu xpm xt -- cgit v1.2.3