[63511] trunk/dports/databases/db46/Portfile

blair at macports.org blair at macports.org
Sat Feb 6 11:40:38 PST 2010


Revision: 63511
          http://trac.macports.org/changeset/63511
Author:   blair at macports.org
Date:     2010-02-06 11:40:36 -0800 (Sat, 06 Feb 2010)
Log Message:
-----------
Add a "no_java" variant to allow people to build db46 if they have a
bad Java install.  I may remove this variant if we can figure out all
the build issues.  Helps to close #22588.

Modified Paths:
--------------
    trunk/dports/databases/db46/Portfile

Modified: trunk/dports/databases/db46/Portfile
===================================================================
--- trunk/dports/databases/db46/Portfile	2010-02-06 19:25:48 UTC (rev 63510)
+++ trunk/dports/databases/db46/Portfile	2010-02-06 19:40:36 UTC (rev 63511)
@@ -71,6 +71,10 @@
         }
 }
 
+variant no_java description {don't build the Java API} {
+        configure.args-delete   --enable-java
+}
+
 variant tcl description {build Tcl API} {
         depends_lib-append      port:tcl
         configure.args-delete   --disable-tcl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100206/776ccbdf/attachment.html>


More information about the macports-changes mailing list