On Feb 8, 2009, at 12:15, [email protected] 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 ...

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to