diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:38:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:59 +0000 |
commit | ddcc23e05bb11bfc0937be548fc2cb43286b7fce (patch) | |
tree | 6e41abc1cef8d8eb672f5b6e1691a8f0b65ea123 /x11-libs/libclxclient | |
parent | www-client/netsurf: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-ddcc23e05bb11bfc0937be548fc2cb43286b7fce.tar.gz gentoo-ddcc23e05bb11bfc0937be548fc2cb43286b7fce.tar.bz2 gentoo-ddcc23e05bb11bfc0937be548fc2cb43286b7fce.zip |
x11-libs/libclxclient: 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 'x11-libs/libclxclient')
-rw-r--r-- | x11-libs/libclxclient/libclxclient-3.9.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/libclxclient/libclxclient-3.9.2.ebuild b/x11-libs/libclxclient/libclxclient-3.9.2.ebuild index 5baa5183f222..b257be17e7c2 100644 --- a/x11-libs/libclxclient/libclxclient-3.9.2.ebuild +++ b/x11-libs/libclxclient/libclxclient-3.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,7 @@ CDEPEND=" " RDEPEND="${CDEPEND}" DEPEND="${CDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/clxclient-${PV}" |