summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2009-09-01 01:56:47 +0200
committerArjan Bouter2009-09-01 01:56:47 +0200
commit524f010708b2afb2575a6cb0cbca0759b14b1593 (patch)
tree3c58920a7ff5ef08ac6b7fb0898f9284445944ef
parentc3c746e3170bcb72aa23adee00ce201424fa43d2 (diff)
gtk-vnc: added missing optional dep on LIBSASL
-rwxr-xr-xx11/gtk-vnc/DEPENDS7
-rw-r--r--x11/gtk-vnc/HISTORY3
2 files changed, 9 insertions, 1 deletions
diff --git a/x11/gtk-vnc/DEPENDS b/x11/gtk-vnc/DEPENDS
index 753cac3a38..896a217596 100755
--- a/x11/gtk-vnc/DEPENDS
+++ b/x11/gtk-vnc/DEPENDS
@@ -8,4 +8,9 @@ optional_depends python \
optional_depends NS-PLUGIN-COMPATIBLE \
'--enable-plugin=yes' \
'--enable-plugin=no' \
- 'for web browser plugin'
+ 'for web browser plugin' &&
+
+optional_depends LIBSASL \
+ '--with-sasl' \
+ '--without-sasl' \
+ 'for SASL authentication support'
diff --git a/x11/gtk-vnc/HISTORY b/x11/gtk-vnc/HISTORY
index 5986d3b3d7..644db39c0d 100644
--- a/x11/gtk-vnc/HISTORY
+++ b/x11/gtk-vnc/HISTORY
@@ -1,3 +1,6 @@
+2009-08-31 Arjan Bouter <abouter@sourcemage.org>
+ * DEPENDS: optionally depend on LIBSASL
+
2009-08-20 Eric Sandall <sandalle@sourcemage.org>
* PRE_BUILD: Apply npupp-bug15358.patch
* npupp-bug15358.patch: Fixes Bug #15358