diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-05-19 15:38:42 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-05-19 15:38:42 +0200 |
commit | 9438a1f8f60053fe30bb50220920c9a860d5378e (patch) | |
tree | b1c6a2b90da90032f528867c754b067b770cb866 | |
parent | cleanup: remove gmime2 (diff) |
games/gnubg: fix typo
Reported by: cperciva
-rw-r--r-- | games/gnubg/Makefile | 2 |
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 \ |