On Nov 8, 2010, at 11:30, mcalh...@macports.org wrote:

> Revision: 73274
>          http://trac.macports.org/changeset/73274
> Author:   mcalh...@macports.org
> Date:     2010-11-08 09:30:08 -0800 (Mon, 08 Nov 2010)
> Log Message:
> -----------
> emacs: librsvg is found automatically if installed, so make it a dependency.
> 
> Modified Paths:
> --------------
>    trunk/dports/editors/emacs/Portfile
> 
> Modified: trunk/dports/editors/emacs/Portfile
> ===================================================================
> --- trunk/dports/editors/emacs/Portfile       2010-11-08 17:29:39 UTC (rev 
> 73273)
> +++ trunk/dports/editors/emacs/Portfile       2010-11-08 17:30:08 UTC (rev 
> 73274)
> @@ -56,14 +56,16 @@
>                             --with-jpeg \
>                             --with-tiff \
>                             --with-gif \
> -                            --with-png
> +                            --with-png \
> +                            --with-rsvg
>     depends_lib-append      port:xorg-libXmu \
>                             port:xorg-libXaw \
>                             port:xpm \
>                             lib:libjpeg:jpeg \
>                             lib:libtiff:tiff \
>                             path:include/gif_lib.h:giflib \
> -                            lib:libpng:libpng
> +                            lib:libpng:libpng \
> +                            lib:librsvg:librsvg

lib:-style dependencies should be converted to port: style, and the port 
revision should probably be increased, so that users who already had librsvg 
get the proper dependencies recorded in the registry, and so that those who did 
not have librsvg now get it installed.


_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to