diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-17 21:22:15 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-17 21:22:15 +0800 |
commit | 1c9c6d57d7513f72854d9823b9ef09d160f4e120 (patch) | |
tree | 50b4ba1712f5052cc961083b9c319bffc5fddc4e | |
parent | 783b5a098ef941f92c6735c33ab90376790c6d7c (diff) | |
download | freebsd-ports-gnome-1c9c6d57d7513f72854d9823b9ef09d160f4e120.tar.gz freebsd-ports-gnome-1c9c6d57d7513f72854d9823b9ef09d160f4e120.tar.zst freebsd-ports-gnome-1c9c6d57d7513f72854d9823b9ef09d160f4e120.zip |
- Convert to USES=tcl
-rw-r--r-- | databases/postgresql91-pltcl/Makefile | 3 |
1 files changed, 1 insertions, 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}" |