diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:33:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:31 +0000 |
commit | dc4eabf29a4e8da45297bdc13873154dd6941447 (patch) | |
tree | 7b8bcc7c44f5d11ebb624d25cf700279018e0f26 /games-puzzle/gnurobbo/gnurobbo-0.68.ebuild | |
parent | games-puzzle/braincurses: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-dc4eabf29a4e8da45297bdc13873154dd6941447.tar.gz gentoo-dc4eabf29a4e8da45297bdc13873154dd6941447.tar.bz2 gentoo-dc4eabf29a4e8da45297bdc13873154dd6941447.zip |
games-puzzle/gnurobbo: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle/gnurobbo/gnurobbo-0.68.ebuild')
-rw-r--r-- | games-puzzle/gnurobbo/gnurobbo-0.68.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-puzzle/gnurobbo/gnurobbo-0.68.ebuild b/games-puzzle/gnurobbo/gnurobbo-0.68.ebuild index fded8903934c..2d1ba0468719 100644 --- a/games-puzzle/gnurobbo/gnurobbo-0.68.ebuild +++ b/games-puzzle/gnurobbo/gnurobbo-0.68.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,6 +24,7 @@ RDEPEND=" media-libs/sdl-ttf " DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${P}-flags.patch" |