New commits:
commit d7621fdbecd99a17c95af70d9eda1197207b82a5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Fix vnc dependencies if using xorg-modular
diff --git a/x11/vnc/DEPENDS b/x11/vnc/DEPENDS
index 886aef1..24f1d75 100755
--- a/x11/vnc/DEPENDS
+++ b/x11/vnc/DEPENDS
@@ -1,2 +1,11 @@
depends zlib '--with-installed-zlib' &&
-depends X11-LIBS
+depends X11-LIBS &&
+
+. $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs; then
+ depends libice &&
+ depends libsm &&
+ depends libxext &&
+ depends libxtst
+fi
diff --git a/x11/vnc/HISTORY b/x11/vnc/HISTORY
index 540810e..2c09953 100644
--- a/x11/vnc/HISTORY
+++ b/x11/vnc/HISTORY
@@ -1,3 +1,7 @@
+2007-03-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: If using xorg-modular, depend on libice, libsm, libxext,
+ and libxtst
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
[SM-Commit] GIT changes to master grimoire by Eric Sandall (d5125259384c450926892806d6b5889df6c60b84),
Eric Sandall, 03/01/2007