[47045] trunk/dports/databases/postgresql82/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Feb 20 12:48:26 PST 2009


Revision: 47045
          http://trac.macports.org/changeset/47045
Author:   mcalhoun at macports.org
Date:     2009-02-20 12:48:25 -0800 (Fri, 20 Feb 2009)
Log Message:
-----------
postgresql82: Add Tcl support.
Fixes #14417 (maintainer timeout).

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

Modified: trunk/dports/databases/postgresql82/Portfile
===================================================================
--- trunk/dports/databases/postgresql82/Portfile	2009-02-20 20:37:33 UTC (rev 47044)
+++ trunk/dports/databases/postgresql82/Portfile	2009-02-20 20:48:25 UTC (rev 47045)
@@ -89,6 +89,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 postgresql82-server port"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090220/8c37302e/attachment.html>


More information about the macports-changes mailing list