[46176] trunk/dports/net/wget/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Feb 1 02:37:08 PST 2009
On Jan 31, 2009, at 03:05, Rainer Müller wrote:
> ryandesign at macports.org wrote:
>
>> +# So that +universal can use gettext and openssl on Tiger; see
>> #18276.
>> +configure.ldflags-append -liconv
>> +if {![variant_isset no_ssl]} {
>> + depends_build-append port:pkgconfig
>> + configure.ldflags-append [exec ${prefix}/bin/pkg-config --
>> libs libssl]
>> +}
>> +
>
> This is not a good idea as you need pkgconfig now installed to parse
> this Portfile. The last PortIndex failed because of this.
Eep! So sorry. Fixed it.
More information about the macports-dev
mailing list