Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (23a2230816a34b9905b2813d420f57558eb3380f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (23a2230816a34b9905b2813d420f57558eb3380f)
  • Date: Sat, 25 Aug 2007 05:17:48 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

graphics/imagemagick/DEPENDS | 5 +++++
graphics/imagemagick/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 23a2230816a34b9905b2813d420f57558eb3380f
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

imagemagick: Added optional depends for perl

diff --git a/graphics/imagemagick/DEPENDS b/graphics/imagemagick/DEPENDS
index de267ad..b6e3665 100755
--- a/graphics/imagemagick/DEPENDS
+++ b/graphics/imagemagick/DEPENDS
@@ -1,6 +1,11 @@
depends libtool "--disable-ltdl-install" &&
depends freetype2 &&

+optional_depends perl \
+ "--with-perl" \
+ "--without-perl" \
+ "for PerlMagick" &&
+
optional_depends graphviz \
"--with-gvc" \
"--without-gvc" \
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index 8ae011b..8852dd6 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,6 @@
+2007-08-25 George Sherwood <george AT beernabeer.com>
+ * DEPENDS: Added optional_depends perl
+
2007-08-15 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 6.3.5-6




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (23a2230816a34b9905b2813d420f57558eb3380f), George Sherwood, 08/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page