[Lunar-commits] <moonbase> inkscape: adding an optional_depends and a depends for

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Mar 19 01:31:17 CET 2008


commit 961b365677311ca265326da02b90d595add3b8ae
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Tue Mar 18 20:31:17 2008 -0400

    inkscape: adding an optional_depends and a depends for
    boost, else you will get this;
    
    checking boost/concept_check.hpp presence... no
    checking for boost/concept_check.hpp... no
    configure: error: You need the boost package (e.g. libboost-dev)
---
 graphics/inkscape/DEPENDS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/graphics/inkscape/DEPENDS b/graphics/inkscape/DEPENDS
index 54179d4..0c87034 100644
--- a/graphics/inkscape/DEPENDS
+++ b/graphics/inkscape/DEPENDS
@@ -3,6 +3,8 @@ depends libart_lgpl
 depends libxml2
 depends gc
 depends popt
+depends boost
 
 optional_depends "lcms" "--enable-lcms" "--disable-lcms" "enable LittleCms for color management" 
 optional_depends "libgnomeprintui" "--with-gnome-print" "" "for Gnome printing support"
+optional_depends "libwpg" "" "" "for Wordperfect graphics support"


More information about the Lunar-commits mailing list