From db60c7a9c98236fe7c10c917ad248e148a57e52a Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sun, 28 Dec 2008 17:57:41 -0500 Subject: pts: Add external dependencies and without-perl build argument to graphics-magick test profile --- pts/test-profiles/graphics-magick.xml | 1 + pts/test-resources/graphics-magick/install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pts/test-profiles/graphics-magick.xml b/pts/test-profiles/graphics-magick.xml index d3f314a..bc8799c 100644 --- a/pts/test-profiles/graphics-magick.xml +++ b/pts/test-profiles/graphics-magick.xml @@ -7,6 +7,7 @@ VERIFIED Michael Larabel photo-sample + build-utilities http://www.graphicsmagick.org/ diff --git a/pts/test-resources/graphics-magick/install.sh b/pts/test-resources/graphics-magick/install.sh index 5444c3b..0d51340 100755 --- a/pts/test-resources/graphics-magick/install.sh +++ b/pts/test-resources/graphics-magick/install.sh @@ -6,7 +6,7 @@ THIS_DIR=$(pwd) mkdir $THIS_DIR/gm_ cd GraphicsMagick-1.3.3/ -./configure --prefix=$THIS_DIR/gm_ > /dev/null +./configure --without-perl --prefix=$THIS_DIR/gm_ > /dev/null make -j $NUM_CPU_JOBS make install cd .. -- cgit