From 1c9c6d57d7513f72854d9823b9ef09d160f4e120 Mon Sep 17 00:00:00 2001 From: gahr Date: Mon, 17 Feb 2014 13:22:15 +0000 Subject: - Convert to USES=tcl --- databases/postgresql91-pltcl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/databases/postgresql91-pltcl/Makefile b/databases/postgresql91-pltcl/Makefile index f06e0240ddef..959ef336e4df 100644 --- a/databases/postgresql91-pltcl/Makefile +++ b/databases/postgresql91-pltcl/Makefile @@ -17,8 +17,7 @@ POSTGRESQL_PORT?=${PORTSDIR}/databases/postgresql${WANT_PGSQL_VER}-server 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}" -- cgit