diff options
Diffstat (limited to 'dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild')
-rw-r--r-- | dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild b/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild index 5960e89908b9..20df124580cc 100644 --- a/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild +++ b/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild @@ -14,5 +14,6 @@ LICENSE="PHP-3.01" SLOT="0" IUSE="" -DEPEND=">=net-libs/rabbitmq-c-0.5.2 virtual/pkgconfig" -RDEPEND=">=net-libs/rabbitmq-c-0.5.2:=" +DEPEND=">=net-libs/rabbitmq-c-0.5.2[ssl] virtual/pkgconfig" +RDEPEND=">=net-libs/rabbitmq-c-0.5.2:=[ssl]" +PHP_EXT_ECONF_ARGS=() |