[83626] trunk/dports/audio/csound/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Sep 7 17:50:52 PDT 2011
On Sep 7, 2011, at 19:39, cal at macports.org wrote:
> Revision: 83626
> http://trac.macports.org/changeset/83626
> Author: cal at macports.org
> Date: 2011-09-07 17:39:47 -0700 (Wed, 07 Sep 2011)
> Log Message:
> -----------
> csound: allow fltk-devel to satisfy the dependency to fltk
>
> Modified Paths:
> --------------
> trunk/dports/audio/csound/Portfile
>
> Modified: trunk/dports/audio/csound/Portfile
> ===================================================================
> --- trunk/dports/audio/csound/Portfile 2011-09-08 00:05:07 UTC (rev 83625)
> +++ trunk/dports/audio/csound/Portfile 2011-09-08 00:39:47 UTC (rev 83626)
> @@ -18,7 +18,7 @@
> platforms darwin
> master_sites sourceforge
> checksums md5 2fd893dfa0256f64fb20dc8772f0c051
> -depends_lib port:fltk
> +depends_lib bin:fltk-config:fltk
This would also allow an fltk installed into /usr to satisfy the dependency, which we don't want. Use a path:-style dependency to prevent this problem and ensure that only a MacPorts fltk will satisfy.
path:bin/fltk-config:fltk
https://trac.macports.org/ticket/14540
More information about the macports-dev
mailing list