[Lunar-commits] <moonbase> WordNet: This addresses bug report 456. If I interpret their README correctly, regardless

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Dec 6 22:46:51 CET 2010


commit 7238168ff139d2e27667a29237c2098f189c67d9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Dec 6 16:46:51 2010 -0500

    WordNet: This addresses bug report 456. If I interpret their README correctly, regardless
    
    of the option to say without. WordNet depends on tcl and tk. Making it so.
---
 editors/WordNet/DEPENDS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/editors/WordNet/DEPENDS b/editors/WordNet/DEPENDS
index a4ac8f7..32412ee 100644
--- a/editors/WordNet/DEPENDS
+++ b/editors/WordNet/DEPENDS
@@ -1,2 +1,2 @@
-optional_depends "tcl" "--with-tcl=/usr/lib/" "--without-tcl" "for tcl support"
-optional_depends "tk"  "--with-tk=/usr/lib/"   "--without-tk"  "for tk support"
+depends tcl
+depends tk


More information about the Lunar-commits mailing list