Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 13:22:16 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344739 - head/databases/postgresql91-pltcl
Message-ID:  <201402171322.s1HDMGBu058831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Feb 17 13:22:15 2014
New Revision: 344739
URL: http://svnweb.freebsd.org/changeset/ports/344739
QAT: https://qat.redports.org/buildarchive/r344739/

Log:
  - Convert to USES=tcl

Modified:
  head/databases/postgresql91-pltcl/Makefile

Modified: head/databases/postgresql91-pltcl/Makefile
==============================================================================
--- head/databases/postgresql91-pltcl/Makefile	Mon Feb 17 13:19:45 2014	(r344738)
+++ head/databases/postgresql91-pltcl/Makefile	Mon Feb 17 13:22:15 2014	(r344739)
@@ -17,8 +17,7 @@ POSTGRESQL_PORT?=${PORTSDIR}/databases/p
 
 WANT_PGSQL_VER?=91
 
-# you can use "make WITH_TCL_VER=84" or similar for your favourite tcl version
-USE_TCL=	84+
+USES=		tcl
 CONFIGURE_ARGS=	--with-tcl --without-tk \
 		--with-tclconfig="${TCL_LIBDIR}" \
 		--with-includes="${TCL_INCLUDEDIR}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402171322.s1HDMGBu058831>