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

mcalhoun at macports.org mcalhoun at macports.org
Wed Mar 25 21:13:36 PDT 2009


Revision: 48596
          http://trac.macports.org/changeset/48596
Author:   mcalhoun at macports.org
Date:     2009-03-25 21:13:35 -0700 (Wed, 25 Mar 2009)
Log Message:
-----------
db46: Add variant to build Tcl API.

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

Modified: trunk/dports/databases/db46/Portfile
===================================================================
--- trunk/dports/databases/db46/Portfile	2009-03-26 04:11:47 UTC (rev 48595)
+++ trunk/dports/databases/db46/Portfile	2009-03-26 04:13:35 UTC (rev 48596)
@@ -62,6 +62,12 @@
 	}
 }
 
+variant tcl description {build Tcl API} {
+    depends_lib-append     port:tcl
+    configure.args-delete  --disable-tcl
+    configure.args-append  --enable-tcl --with-tcl=${prefix}/lib
+}
+
 livecheck.check regex
 livecheck.url   http://www.oracle.com/technology/documentation/berkeley-db/db/ref/changelog/4.6.html
 livecheck.regex {Berkeley DB (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090325/2a1318db/attachment.html>


More information about the macports-changes mailing list