[47306] trunk/dports/aqua/qt4-mac/Portfile
Rainer Müller
raimue at macports.org
Thu Feb 26 04:06:47 PST 2009
Ryan Schmidt wrote:
>> Modified: trunk/dports/aqua/qt4-mac/Portfile
>> ===================================================================
>> --- trunk/dports/aqua/qt4-mac/Portfile 2009-02-25 18:52:30 UTC (rev
>> 47305)
>> +++ trunk/dports/aqua/qt4-mac/Portfile 2009-02-25 20:40:07 UTC (rev
>> 47306)
>> @@ -33,7 +33,7 @@
>> port:jpeg \
>> port:dbus \
>> port:unixODBC \
>> - port:mysql5 \
>> + path:lib/mysql5:mysql5 \
>
> I thought path:-style dependencies had to specify a file; ${prefix}/
> lib/mysql5 is a directory. Do we know whether using a directory works?
Yes, it works with directories:
--- snip ---
DEBUG: Searching for dependency: mysql5
DEBUG: Didn't find receipt, going to depspec regex for: mysql5
DEBUG: Found Dependency: path: /opt/local/lib filename: mysql5 regex:
^mysql5$
--- snap ---
Rainer
More information about the macports-dev
mailing list