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

illogic-al at macports.org illogic-al at macports.org
Wed Jan 28 09:28:29 PST 2009


Revision: 46076
          http://trac.macports.org/changeset/46076
Author:   illogic-al at macports.org
Date:     2009-01-28 09:28:27 -0800 (Wed, 28 Jan 2009)
Log Message:
-----------
Disable kopete until I figure out what's going on.

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

Modified: trunk/dports/kde/kdenetwork4/Portfile
===================================================================
--- trunk/dports/kde/kdenetwork4/Portfile	2009-01-28 15:52:15 UTC (rev 46075)
+++ trunk/dports/kde/kdenetwork4/Portfile	2009-01-28 17:28:27 UTC (rev 46076)
@@ -19,9 +19,16 @@
 checksums           md5 0ea1628e11d398fdf45276a35edd3cae
 
 depends_lib-append  port:kdebase4-runtime \
-                    port:qca
+                    port:qca port:speex
 
+default_variants    +no_kopete 
+
 configure.args-append   ../${distname} \
                         -DQCA2_LIBRARIES=${prefix}/lib/libqca.2.dylib \
                         -DQCA2_INCLUDE_DIR=${prefix}/include/QtCrypto
 
+variant no_kopete {
+    depends_lib-delete      port:qca port:speex
+    configure.args-delete   -DBUILD_kopete=ON
+    configure.args-append   -DBUILD_kopete=OFF
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090128/214123df/attachment.html>


More information about the macports-changes mailing list