[Lunar-commits] ImageMagick: reverting this stupid depends. ImageMagick does NOT depend on libXpm.

Terry Chan tchan at lunar-linux.org
Sun Jan 20 23:31:54 CET 2008


commit 700a11d3730afa85e49c14f319f09950391d9dd3
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sun Jan 20 16:31:54 2008 -0600

    ImageMagick: reverting this stupid depends. ImageMagick does NOT depend on libXpm.
    It works just fine with or without xpm, so it clearly should be an OPTIONAL depends.
    I don't need to drag in all of XOrg7 just to compile ImageMagick. If libXpm really
    is a substitute for xpm, then it should be an optional_depends as well.
---
 graphics/ImageMagick/DEPENDS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/graphics/ImageMagick/DEPENDS b/graphics/ImageMagick/DEPENDS
index 0644f84..340412a 100644
--- a/graphics/ImageMagick/DEPENDS
+++ b/graphics/ImageMagick/DEPENDS
@@ -1,6 +1,6 @@
-depends libXpm
 depends freetype2
 
+optional_depends libXpm "" "" "store color icons"
 optional_depends "tiff"    "--with-tiff"    "--without-tiff"    "for tiff image support"
 optional_depends "libwmf"  "--with-wmf"     "--without-wmf"     "support Windows Metafile"
 optional_depends "OpenEXR" "--with-openexr" "--without-openexr" "high dynamic-range support"


More information about the Lunar-commits mailing list