[39111] trunk/dports/x11/gtkglarea/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Aug 8 13:41:00 PDT 2008
On Aug 8, 2008, at 08:01, digdog at macports.org wrote:
> Revision: 39111
> http://trac.macosforge.org/projects/macports/changeset/39111
> Author: digdog at macports.org
> Date: 2008-08-08 06:01:39 -0700 (Fri, 08 Aug 2008)
> Log Message:
> -----------
> Fix gtk1 dependency.
>
> Modified Paths:
> --------------
> trunk/dports/x11/gtkglarea/Portfile
>
> Modified: trunk/dports/x11/gtkglarea/Portfile
> ===================================================================
> --- trunk/dports/x11/gtkglarea/Portfile 2008-08-08 11:04:13 UTC
> (rev 39110)
> +++ trunk/dports/x11/gtkglarea/Portfile 2008-08-08 13:01:39 UTC
> (rev 39111)
> @@ -16,7 +16,8 @@
> master_sites http://www.imem.unavarra.es/3d_mec/download/
> sources/ \
> http://www.cis.nctu.edu.tw/~is85005/dports/gtkglarea/
> checksums md5 cd82b1ca47d9bd13e0b890181b33a871
> -depends_lib port:glib1 port:gettext
> +depends_lib port:glib1 port:gettext \
> + lib:libgtk.1:gtk1
Is there a special reason why you chose the lib: dependency style?
Usually port:-style is preferred.
More information about the macports-dev
mailing list