[38935] trunk/dports/irc/silc-client/Portfile

Rainer Müller raimue at macports.org
Sat Aug 2 19:26:37 PDT 2008


ryandesign at macports.org wrote:
> Revision: 38935
>           http://trac.macosforge.org/projects/macports/changeset/38935
> Author:   ryandesign at macports.org
> Date:     2008-08-02 19:19:56 -0700 (Sat, 02 Aug 2008)
> Log Message:
> -----------
> silc-client: perl is also required at build time, not just at runtime
> 
> Modified Paths:
> --------------
>     trunk/dports/irc/silc-client/Portfile
> 
> Modified: trunk/dports/irc/silc-client/Portfile
> ===================================================================
> --- trunk/dports/irc/silc-client/Portfile	2008-08-03 02:05:01 UTC (rev 38934)
> +++ trunk/dports/irc/silc-client/Portfile	2008-08-03 02:19:56 UTC (rev 38935)
> @@ -27,6 +27,7 @@
>                          port:glib2 \
>                          port:libiconv \
>                          port:ncurses
> +depends_build           path:${prefix}/bin/perl:perl5.8
>  depends_run             path:${prefix}/bin/perl:perl5.8

You specified the dependency twice now. If it is needed at build and 
runtime depends_lib would be appropriate - or did I miss something?

Rainer


More information about the macports-dev mailing list