Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2022 13:39:14 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9438a1f8f600 - main - games/gnubg: fix typo
Message-ID:  <202205191339.24JDdEbO087321@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205191339.24JDdEbO087321>