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
}