1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Change the default TCL_VER to 8.4 to match that of tcl-memchan.

Submitted by:	kris, the ports janitor
This commit is contained in:
Mikhail Teterin 2003-10-31 01:59:36 +00:00
parent 11f91702a0
commit 5b55640ac3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92669

View File

@ -8,7 +8,7 @@
PORTNAME= Trf
PORTVERSION= 2.1p2
PORTREVISION= 2
CATEGORIES= devel tcl83
CATEGORIES= devel tcl${TCL_VER:S/.//}
MASTER_SITES= http://www.oche.de/~akupries/soft/trf/download/
PKGNAMEPREFIX= tcl-
DISTNAME= trf${PORTVERSION}
@ -24,7 +24,7 @@ USE_BZIP2= yes
ALL_TARGET= all test
MAKE_ARGS+= -j2
TCL_VER?= 8.3
TCL_VER?= 8.4
DDIR= ${PREFIX}/lib/tcl${TCL_VER}/Trf
MAKE_ENV+= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \