summaryrefslogtreecommitdiffstats
path: root/crypto/gnutls/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gnutls/DEPENDS')
-rwxr-xr-xcrypto/gnutls/DEPENDS15
1 files changed, 10 insertions, 5 deletions
diff --git a/crypto/gnutls/DEPENDS b/crypto/gnutls/DEPENDS
index 41d38c6dfa..826779f8d0 100755
--- a/crypto/gnutls/DEPENDS
+++ b/crypto/gnutls/DEPENDS
@@ -1,16 +1,21 @@
depends libgcrypt "--with-libgcrypt" &&
-if [[ $GNUTLS_BRANCH == "3.0" ]];then
- depends LZMA &&
- depends nettle
-fi &&
+depends LZMA &&
+depends nettle &&
+depends gmp &&
+
optional_depends "zlib" \
"--with-zlib" \
"--without-zlib" \
"for zlib compression support" &&
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "NLS support" &&
+
optional_depends "libtasn1" \
- "--with-libtasn1-prefix=$INSTALL_ROOT/usr" \
+ "" \
"--with-included-libtasn1" \
"to use external libtasn1" &&