[81769] trunk/dports/kde/digikam/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Aug 4 20:08:20 PDT 2011
On Aug 4, 2011, at 14:21, snc at macports.org wrote:
> Revision: 81769
> http://trac.macports.org/changeset/81769
> Author: snc at macports.org
> Date: 2011-08-04 12:21:20 -0700 (Thu, 04 Aug 2011)
> Log Message:
> -----------
> digikam: update to 2.0.0, #30576
>
> Modified Paths:
> --------------
> trunk/dports/kde/digikam/Portfile
> +# Dependencies of Digikam.
> +depends_lib-append port:boost \
> + port:gettext \
> + port:glib2 \
Write dependencies on glib2 and other ports that have -devel and non-devel version in such a way that either port could satisfy it. See other ports that depend on glib2 for examples.
> + port:mysql5 \
Same comment for mysql5.
> + port:mysql5-server \
Does digikam really require a MySQL server running on the same machine? Or would a MySQL server running on another machine be sufficient? If so, the port should not depend on mysql5-server.
More information about the macports-dev
mailing list