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

illogic-al at macports.org illogic-al at macports.org
Sun Feb 8 15:22:39 PST 2009


Revision: 46610
          http://trac.macports.org/changeset/46610
Author:   illogic-al at macports.org
Date:     2009-02-08 15:22:39 -0800 (Sun, 08 Feb 2009)
Log Message:
-----------
Add dependency

Modified Paths:
--------------
    trunk/dports/kde/kdenetwork4/Portfile

Modified: trunk/dports/kde/kdenetwork4/Portfile
===================================================================
--- trunk/dports/kde/kdenetwork4/Portfile	2009-02-08 23:21:18 UTC (rev 46609)
+++ trunk/dports/kde/kdenetwork4/Portfile	2009-02-08 23:22:39 UTC (rev 46610)
@@ -19,20 +19,21 @@
 checksums           md5 0ea1628e11d398fdf45276a35edd3cae
 
 depends_lib-append  port:kdebase4-runtime \
-                    port:qca port:speex port:libotr
+                    port:qca port:speex \
+                    port:meanwhile port:libotr
 
 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 description "Do not install Kopete instant messaging client" {
+variant no_kopete conflicts jabber description "Do not install Kopete instant messaging client" {
     depends_lib-delete      port:qca port:speex port:libotr
     configure.args-delete   -DBUILD_kopete=ON
     configure.args-append   -DBUILD_kopete=OFF
 }
 
-variant jabber description "Enable jabber support in kopete" {
+variant jabber conflicts no_kopete description "Enable jabber support in kopete" {
     configure.args-delete   -DWITH_jabber=OFF
     configure.args-append   -DWITH_jabber=ON
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090208/c2cc3bb9/attachment.html>


More information about the macports-changes mailing list