[69272] trunk/dports/science/stellarium/Portfile

Rainer Müller raimue at macports.org
Sat Jul 3 11:15:04 PDT 2010


On 2010-06-29 09:20 , michaelld at macports.org wrote:
> Revision: 69272
>           http://trac.macports.org/changeset/69272
> Author:   michaelld at macports.org
> Date:     2010-06-29 00:20:40 -0700 (Tue, 29 Jun 2010)
> Log Message:
> -----------
> Corrected use of qt4-mac dependency.
> 
> Modified Paths:
> --------------
>     trunk/dports/science/stellarium/Portfile
> 
> Modified: trunk/dports/science/stellarium/Portfile
> ===================================================================
> --- trunk/dports/science/stellarium/Portfile	2010-06-29 07:20:21 UTC (rev 69271)
> +++ trunk/dports/science/stellarium/Portfile	2010-06-29 07:20:40 UTC (rev 69272)
> @@ -1,3 +1,4 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
>  # $Id$
>  
>  PortSystem 1.0
> @@ -4,6 +5,7 @@
>  
>  name            stellarium
>  version         0.10.5
> +revision        1
>  categories      science
>  platforms       darwin
>  maintainers     raimue \
> @@ -23,7 +25,7 @@
>                  rmd160  dc4e942a4767e7afac62e766f4c11888fafe1c45
>  
>  depends_build   port:cmake
> -depends_lib     path:bin/qmake-mac:qt4-mac \
> +depends_lib     port:qt4-mac \
>                  port:freetype \
>                  port:zlib \
>                  port:libiconv \

What is the reasoning behind this change? Doesn't this prevent qt4-x11
to be used instead now?

Rainer


More information about the macports-dev mailing list