summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2011-05-02 14:46:54 -0700
committerEric Sandall2011-05-02 15:30:13 -0700
commit364ca77256ff2d0ca93e8de9a23b4b44bfe3adac (patch)
tree56f3d435b66595d741e58069e0a72b33731a97ec
parentcf1611c214e099c0e2db33d73ab62ff4b49a3d2f (diff)
wine: Optionally depends on gnutls
-rwxr-xr-xx11-libs/wine/DEPENDS5
-rw-r--r--x11-libs/wine/HISTORY3
2 files changed, 8 insertions, 0 deletions
diff --git a/x11-libs/wine/DEPENDS b/x11-libs/wine/DEPENDS
index 6c0307a71f..aa8734b0cb 100755
--- a/x11-libs/wine/DEPENDS
+++ b/x11-libs/wine/DEPENDS
@@ -109,6 +109,11 @@ optional_depends openssl \
'--without-openssl' \
'for some cryptographic support in ADVAPI32' &&
+optional_depends gnutls \
+ '--with-gnutls' \
+ '--without-gnutls' \
+ 'for GNU TLS (schannel) support' &&
+
optional_depends winedoc \
"" \
"" \
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 6c35f62b0b..4a6fe590ca 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2011-05-02 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Optionally depends on gnutls
+
2011-04-29 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 1.3.19