[26494] trunk/dports/graphics/ImageMagick/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 26 08:19:38 PDT 2007


Revision: 26494
          http://trac.macosforge.org/projects/macports/changeset/26494
Author:   ryandesign at macports.org
Date:     2007-06-26 08:19:38 -0700 (Tue, 26 Jun 2007)

Log Message:
-----------
ImageMagick: Rename variants:

 * nox11 becomes no_x11 because I think it's clearer
 * no-plus-plus becomes no_plus_plus because dashes are forbidden in variant names. Thanks, Yves, for prodding me about this one.

Modified Paths:
--------------
    trunk/dports/graphics/ImageMagick/Portfile

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2007-06-26 13:55:43 UTC (rev 26493)
+++ trunk/dports/graphics/ImageMagick/Portfile	2007-06-26 15:19:38 UTC (rev 26494)
@@ -154,7 +154,7 @@
 		--with-gvc
 }
 
-variant nox11 {
+variant no_x11 {
 	depends_lib-delete \
 		lib:libX11.6:XFree86
 	configure.args-delete \
@@ -163,7 +163,7 @@
 		--without-x
 }
 
-variant no-plus-plus {
+variant no_plus_plus {
 	configure.args-append \
 		--without-magick-plus-plus
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070626/574b4d7d/attachment.html


More information about the macports-changes mailing list