[46595] trunk/dports/kde/kdenetwork4/Portfile

Ryan Schmidt ryandesign at macports.org
Sun Feb 8 13:04:23 PST 2009


On Feb 8, 2009, at 12:15, illogic-al at macports.org wrote:

>  configure.args-append   ../${distname} \
> +                        -DBUILD_kopete=ON -DWITH_jabber=OFF \
>                          -DQCA2_LIBRARIES=${prefix}/lib/libqca. 
> 2.dylib \
>                          -DQCA2_INCLUDE_DIR=${prefix}/include/QtCrypto
>
> -variant no_kopete {
> -    depends_lib-delete      port:qca port:speex
> +variant no_kopete description "Do not install Kopete instant  
> messaging client" {
> +    depends_lib-delete      port:qca port:speex libotr
>      configure.args-delete   -DBUILD_kopete=ON
>      configure.args-append   -DBUILD_kopete=OFF
>  }
> +
> +variant jabber description "Enable jabber support in kopete" {
> +    configure.args-delete   -DWITH_jabber=OFF
> +    configure.args-append   -DWITH_jabber=ON
> +}

Can the +jabber and +no_kopete variants be used at the same time?  
Based on the descriptions I'm guessing not. If not, then the variants  
should be marked as conflicting with one another.

variant no_kopete conflicts jabber description ...

variant jabber conflicts no_kopete description ...



More information about the macports-dev mailing list