[Lunar-commits] <moonbase> doxygen: remove the optional qt3 depend.

Florin Braescu florin at lunar-linux.org
Tue Jan 5 20:04:23 CET 2010


commit e956474be219b29437ba46217253663dce47bc46
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jan 5 21:04:23 2010 +0200

    doxygen: remove the optional qt3 depend.
---
 doc-tools/doxygen/BUILD   |    7 ++-----
 doc-tools/doxygen/DEPENDS |    8 +++-----
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/doc-tools/doxygen/BUILD b/doc-tools/doxygen/BUILD
index 03aa7fa..214dcb7 100644
--- a/doc-tools/doxygen/BUILD
+++ b/doc-tools/doxygen/BUILD
@@ -1,7 +1,4 @@
 (
-  if in_depends doxygen qt3; then
-    . /etc/profile.d/qt3.rc
-  fi &&
 
   if in_depends doxygen qt4; then
     . /etc/profile.d/qt4.rc
@@ -13,8 +10,8 @@
     make distclean
   fi &&
 
-  ./configure --prefix /usr               \
-              $OPTS                      &&
+  ./configure --prefix /usr  \
+              $OPTS         &&
 
   make             &&
   if which python 2> /dev/null 1>&2; then
diff --git a/doc-tools/doxygen/DEPENDS b/doc-tools/doxygen/DEPENDS
index 4c9e82c..332232c 100644
--- a/doc-tools/doxygen/DEPENDS
+++ b/doc-tools/doxygen/DEPENDS
@@ -2,8 +2,6 @@ depends  sed
 depends  ghostscript
 depends  teTeX
 
-optional_depends "Python"   ""                  "" "Build the doc files"
-optional_depends "graphviz" ""                  "" "Dot support" 
-
-optional_depends "qt3"      "--with-doxywizard" "" "Graphical wizard support"
-optional_depends "qt4"      ""                  "" "Needs qmake to make"
+optional_depends "Python"   ""  "" "Build the doc files"
+optional_depends "graphviz" ""  "" "Dot support"
+optional_depends "qt4"      ""  "" "Needs qmake to make"


More information about the Lunar-commits mailing list