[144949] trunk/dports/devel/qca/Portfile

vince at macports.org vince at macports.org
Fri Jan 22 02:36:16 PST 2016


Revision: 144949
          https://trac.macports.org/changeset/144949
Author:   vince at macports.org
Date:     2016-01-22 02:36:16 -0800 (Fri, 22 Jan 2016)
Log Message:
-----------
qca: add qt4 as default variant (otherwise doesn't compile)

Modified Paths:
--------------
    trunk/dports/devel/qca/Portfile

Modified: trunk/dports/devel/qca/Portfile
===================================================================
--- trunk/dports/devel/qca/Portfile	2016-01-22 10:32:39 UTC (rev 144948)
+++ trunk/dports/devel/qca/Portfile	2016-01-22 10:36:16 UTC (rev 144949)
@@ -52,6 +52,10 @@
 
 }
 
+if {![variant_isset qt4] && ![variant_isset qt5]} {
+    default_variants     +qt4
+}
+
 # allow ccache, if specified by the user
 pre-build {
     if {[tbool configure.ccache]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160122/db137775/attachment.html>


More information about the macports-changes mailing list