Revision
31651
Author
ryandesign@macports.org
Date
2007-12-01 12:06:32 -0800 (Sat, 01 Dec 2007)

Log Message

ImageMagick: enable static libraries too, as requested on the macports-users mailing list by Andrei Tchijov

Modified Paths

Diff

Modified: trunk/dports/graphics/ImageMagick/Portfile (31650 => 31651)


--- trunk/dports/graphics/ImageMagick/Portfile	2007-12-01 17:06:41 UTC (rev 31650)
+++ trunk/dports/graphics/ImageMagick/Portfile	2007-12-01 20:06:32 UTC (rev 31651)
@@ -4,6 +4,7 @@
 
 name                ImageMagick
 version             6.3.7-1
+revision            1
 homepage            http://www.imagemagick.org/
 categories          graphics devel
 maintainers         ryandesign
@@ -58,7 +59,7 @@
 
 configure.args \
 	--enable-shared \
-	--disable-static \
+	--enable-static \
 	--disable-ltdl-install \
 	--with-dps \
 	--with-ttf \