Revision
53141
Author
ryandesign@macports.org
Date
2009-06-30 01:58:13 -0700 (Tue, 30 Jun 2009)

Log Message

GraphicsMagick: remove unnecessary --mandir configure arg; this software already knows where manpages go

Modified Paths

Diff

Modified: trunk/dports/graphics/GraphicsMagick/Portfile (53140 => 53141)


--- trunk/dports/graphics/GraphicsMagick/Portfile	2009-06-30 08:53:18 UTC (rev 53140)
+++ trunk/dports/graphics/GraphicsMagick/Portfile	2009-06-30 08:58:13 UTC (rev 53141)
@@ -52,8 +52,7 @@
                         --with-zlib=yes \
                         --with-xml=yes \
                         --with-ttf=yes \
-                        --enable-shared=yes \
-                        --mandir=${prefix}/share/man
+                        --enable-shared=yes
 
 use_parallel_build      yes