diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-19 07:24:06 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-19 07:24:06 +0000 |
commit | 114831dbf127ea581674c1f698ca9e884eeb685b (patch) | |
tree | 8f333ee1919c865e43ffe9068130e00a644d00f3 /databases/postgresql-tcltk | |
parent | 83eb47e5df4866dc1207ffda6689d9d6281c718f (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')
-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} \ |