[63759] trunk/dports/www/redland/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Feb 14 01:00:43 PST 2010


Revision: 63759
          http://trac.macports.org/changeset/63759
Author:   ryandesign at macports.org
Date:     2010-02-14 01:00:40 -0800 (Sun, 14 Feb 2010)
Log Message:
-----------
redland: default to db46 only if db44 has not already been selected; see #16791

Modified Paths:
--------------
    trunk/dports/www/redland/Portfile

Modified: trunk/dports/www/redland/Portfile
===================================================================
--- trunk/dports/www/redland/Portfile	2010-02-14 08:56:55 UTC (rev 63758)
+++ trunk/dports/www/redland/Portfile	2010-02-14 09:00:40 UTC (rev 63759)
@@ -43,7 +43,9 @@
 test.run            yes
 test.target         check
 
-default_variants    +db46
+if {![variant_isset db44]} {
+    default_variants +db46
+}
 
 variant db44 conflicts db46 {
     configure.cflags    -I${prefix}/include/db44 -I${prefix}/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100214/84ccecbb/attachment-0001.html>


More information about the macports-changes mailing list