svn commit: r344739 - head/databases/postgresql91-pltcl

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 17 13:22:16 UTC 2014


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}"


More information about the svn-ports-head mailing list