summaryrefslogtreecommitdiff
path: root/databases/postgresql-tcltk/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-19 07:24:06 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-19 07:24:06 +0000
commit114831dbf127ea581674c1f698ca9e884eeb685b (patch)
tree8f333ee1919c865e43ffe9068130e00a644d00f3 /databases/postgresql-tcltk/Makefile
parentUpdated to 1.02 (diff)
postgresql-tcltk tcl/tk revert to 8.3 from 8.4
PR: 52852 Submitted by: Palle Girgensohn <girgen@pingpong.net> <girgen@pingpong.net> (maintainer)
Notes
Notes: svn path=/head/; revision=83296
Diffstat (limited to 'databases/postgresql-tcltk/Makefile')
-rw-r--r--databases/postgresql-tcltk/Makefile4
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} \