diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:28:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:01 +0000 |
commit | 2dcbba4ca3fe829f585c2a2850911eea3c838996 (patch) | |
tree | 71c1078068a77466d26f79adda6c8459b253846a /app-editors | |
parent | app-admin/fam: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-2dcbba4ca3fe829f585c2a2850911eea3c838996.tar.gz gentoo-2dcbba4ca3fe829f585c2a2850911eea3c838996.tar.bz2 gentoo-2dcbba4ca3fe829f585c2a2850911eea3c838996.zip |
app-editors/dhex: 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 'app-editors')
-rw-r--r-- | app-editors/dhex/dhex-0.69.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-editors/dhex/dhex-0.69.ebuild b/app-editors/dhex/dhex-0.69.ebuild index 93a5aa2c899d..653613c88304 100644 --- a/app-editors/dhex/dhex-0.69.ebuild +++ b/app-editors/dhex/dhex-0.69.ebuild @@ -17,6 +17,7 @@ IUSE="" DEPEND="sys-libs/ncurses:=" RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |