diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-19 15:24:06 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-19 15:24:06 +0800 |
commit | cc7cc1b86e1fa5606a58e6b651c1cbfc9254e653 (patch) | |
tree | 60ec65792064a3492f4f1c119ceb2d941c084c68 /databases | |
parent | 05e12c5507b2dce262ba5b49784d72b572d44c3d (diff) | |
download | freebsd-ports-gnome-cc7cc1b86e1fa5606a58e6b651c1cbfc9254e653.tar.gz freebsd-ports-gnome-cc7cc1b86e1fa5606a58e6b651c1cbfc9254e653.tar.zst freebsd-ports-gnome-cc7cc1b86e1fa5606a58e6b651c1cbfc9254e653.zip |
postgresql-tcltk tcl/tk revert to 8.3 from 8.4
PR: 52852
Submitted by: Palle Girgensohn <girgen@pingpong.net> <girgen@pingpong.net> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-tcltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-tcltk/Makefile b/databases/postgresql-tcltk/Makefile index 01d447ac1624..c10a833b72c6 100644 --- a/databases/postgresql-tcltk/Makefile +++ b/databases/postgresql-tcltk/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} \ pq:${PORTSDIR}/${POSTGRESQL_PORT} RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} -# you can use "make TCLVERSION=8.3" or similar for your favourite tcl version -TCLVERSION?= 8.4 +# you can use "make TCLVERSION=8.4" or similar for your favourite tcl version +TCLVERSION?= 8.3 PLIST_SUB+= TCLVERSION=${TCLVERSION} CONFIGURE_ARGS= --with-tcl \ --with-tclconfig=${TCLCONFIG} \ |