summaryrefslogtreecommitdiffstats
path: root/crypto/gnupg/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gnupg/DEPENDS')
-rwxr-xr-xcrypto/gnupg/DEPENDS24
1 files changed, 24 insertions, 0 deletions
diff --git a/crypto/gnupg/DEPENDS b/crypto/gnupg/DEPENDS
new file mode 100755
index 0000000000..04aa96bd5b
--- /dev/null
+++ b/crypto/gnupg/DEPENDS
@@ -0,0 +1,24 @@
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends bzip2 \
+ "--enable-bzip2" \
+ "--disable-bzip2" \
+ "for bzip2 support" &&
+
+optional_depends openldap \
+ "--enable-ldap" \
+ "--disable-ldap" \
+ "for LDAP support" &&
+
+optional_depends nasm \
+ "--enable-asm" \
+ "--disable-asm" \
+ "for assembler modules" &&
+
+optional_depends libusb \
+ "" \
+ "--without-libusb" \
+ "to use the integrated CCID smartcard reader driver"