Wouldn't it be more sane to have, say, 2 variants for that port ?

like

without_ghostscript (because gplghostscript conficts with "default" ghostscript)

without_x11 (for the pure)

It would go along the official guidelines, but it would mostly make it friendlier to use.

yves

Le 07-02-27 à 13:53, [EMAIL PROTECTED] a écrit :

Revision
22371
Author
[EMAIL PROTECTED]
Date
2007-02-27 10:53:46 -0800 (Tue, 27 Feb 2007)
Log Message

Whitespace cleanup.
Modified Paths

trunk/dports/graphics/ImageMagick/Portfile
Diff

Modified: trunk/dports/graphics/ImageMagick/Portfile (22370 => 22371)

--- trunk/dports/graphics/ImageMagick/Portfile 2007-02-27 14:52:19 UTC (rev 22370) +++ trunk/dports/graphics/ImageMagick/Portfile 2007-02-27 18:53:46 UTC (rev 22371)
@@ -53,47 +53,47 @@
 # Using gplghostscript instead of ghostscript as the former provides
 # libgs and the latter appears not to at this time
 variant gs {
-       depends_lib-append              port:gplghostscript
+       depends_lib-append      port:gplghostscript
        configure.args-delete   --without-gslib
        configure.args-append   --with-gslib
 }

 variant lcms {
-       depends_lib-append              port:lcms
+       depends_lib-append      port:lcms
        configure.args-delete   --without-lcms
        configure.args-append   --with-lcms
 }

 variant wmf {
-       depends_lib-append              port:libwmf
+       depends_lib-append      port:libwmf
        configure.args-delete   --without-wmf
        configure.args-append   --with-wmf
 }

 variant mpeg {
-       depends_lib-append              port:mpeg2vidcodec
+       depends_lib-append      port:mpeg2vidcodec
 }

 variant jbig {
-       depends_lib-append              port:jbigkit
+       depends_lib-append      port:jbigkit
        configure.args-delete   --without-jbig
        configure.args-append   --with-jbig
 }

 variant jpeg2 {
-       depends_lib-append              port:jasper
+       depends_lib-append      port:jasper
        configure.args-delete   --without-jp2
        configure.args-append   --with-jp2
 }

 variant graphviz {
-       depends_lib-append              port:graphviz
+       depends_lib-append      port:graphviz
        configure.args-delete   --without-gvc
        configure.args-append   --with-gvc
 }

 variant nox11 {
-       depends_lib-delete              lib:libX11.6:XFree86
+       depends_lib-delete      lib:libX11.6:XFree86
        configure.args-delete   --with-x
        configure.args-append   --without-x
 }
_______________________________________________
macports-changes mailing list
[EMAIL PROTECTED]
http://lists.macosforge.org/mailman/listinfo/macports-changes

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to