diff options
Diffstat (limited to 'dev-libs/xmlsec')
-rw-r--r-- | dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild b/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild index e56570b80020..004152c336ae 100644 --- a/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild @@ -56,11 +56,11 @@ src_configure() { --enable-pkgconfig \ --with-html-dir=/usr/share/doc/${PF}/html \ $(use_enable static-libs static) \ - $(use_with gcrypt gcrypt "") \ - $(use_with gnutls gnutls "") \ - $(use_with nss nspr "") \ - $(use_with nss nss "") \ - $(use_with openssl openssl "") \ + $(use_with gcrypt) \ + $(use_with gnutls) \ + $(use_with nss) \ + $(use_with nss nspr) \ + $(use_with openssl) \ $(use_enable openssl aes) } |