git: 9438a1f8f600 - main - games/gnubg: fix typo

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Thu, 19 May 2022 13:39:14 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9438a1f8f60053fe30bb50220920c9a860d5378e

commit 9438a1f8f60053fe30bb50220920c9a860d5378e
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-05-19 13:38:42 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-05-19 13:38:42 +0000

    games/gnubg: fix typo
    
    Reported by:    cperciva
---
 games/gnubg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile
index 09f8ed3fd5d4..8c546a8769c1 100644
--- a/games/gnubg/Makefile
+++ b/games/gnubg/Makefile
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	sqlite3:databases/sqlite3
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
-		libcanberra-gtk.so:audio/libcanberra-gtk \
+		libcanberra-gtk.so:audio/libcanberra-gtk2 \
 		libgmp.so:math/gmp \
 		libcurl.so:ftp/curl \
 		libfontconfig.so:x11-fonts/fontconfig \