summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-7.3.3.ebuild
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-06 22:30:17 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-06 22:30:52 +0100
commitd73ba6ff2bfe67fb326c3191e92d60da0759430f (patch)
treed87dff3386fe76cd9d657ce38f9f39d94bd022e4 /dev-lang/php/php-7.3.3.ebuild
parent2f42ab8901dc1926c17c65c7da7d66ce7fbb0ca1 (diff)
downloadgentoo-d73ba6ff2bfe67fb326c3191e92d60da0759430f.tar.gz
gentoo-d73ba6ff2bfe67fb326c3191e92d60da0759430f.tar.bz2
gentoo-d73ba6ff2bfe67fb326c3191e92d60da0759430f.zip
dev-lang/php: add BDEPEND=virtual/pkgconfig
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-7.3.3.ebuild')
-rw-r--r--dev-lang/php/php-7.3.3.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/php/php-7.3.3.ebuild b/dev-lang/php/php-7.3.3.ebuild
index 4e9c43da74f5..1e66c720846d 100644
--- a/dev-lang/php/php-7.3.3.ebuild
+++ b/dev-lang/php/php-7.3.3.ebuild
@@ -126,6 +126,8 @@ DEPEND="${COMMON_DEPEND}
app-arch/xz-utils
>=sys-devel/bison-3.0.1"
+BDEPEND="virtual/pkgconfig"
+
# Without USE=readline or libedit, the interactive "php -a" CLI will hang.
REQUIRED_USE="
|| ( cli cgi fpm apache2 embed phpdbg )