[47044] trunk/dports/databases/postgresql83/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Feb 20 12:37:34 PST 2009


Revision: 47044
          http://trac.macports.org/changeset/47044
Author:   mcalhoun at macports.org
Date:     2009-02-20 12:37:33 -0800 (Fri, 20 Feb 2009)
Log Message:
-----------
postgresql83: Add Tcl support.
Fixes #14418 (maintainer timeout).

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

Modified: trunk/dports/databases/postgresql83/Portfile
===================================================================
--- trunk/dports/databases/postgresql83/Portfile	2009-02-20 17:52:27 UTC (rev 47043)
+++ trunk/dports/databases/postgresql83/Portfile	2009-02-20 20:37:33 UTC (rev 47044)
@@ -95,6 +95,12 @@
 	configure.args-append		--with-perl
 }
 
+variant tcl description {add Tcl support} {
+	depends_lib-append			port:tcl
+	configure.args-append		--with-tcl --with-tclconfig=${prefix}/lib
+	configure.env-append		TCLSH=${prefix}/bin/tclsh
+}
+
 post-install {
 	ui_msg "\nTo use the postgresql server, install the postgresql83-server port"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090220/b00d2d24/attachment.html>


More information about the macports-changes mailing list