aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-05-19 13:38:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-05-19 13:38:42 +0000
commit9438a1f8f60053fe30bb50220920c9a860d5378e (patch)
treeb1c6a2b90da90032f528867c754b067b770cb866
parent75382de034dbbe6eda9da6149b31393bd9529899 (diff)
downloadports-9438a1f8f60053fe30bb50220920c9a860d5378e.tar.gz
ports-9438a1f8f60053fe30bb50220920c9a860d5378e.zip
games/gnubg: fix typo
Reported by: cperciva
-rw-r--r--games/gnubg/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \