diff options
author | mi <mi@FreeBSD.org> | 2003-10-31 09:59:36 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2003-10-31 09:59:36 +0800 |
commit | 78a3a379b1f8ec72203d9fbda695eff1ed60e2aa (patch) | |
tree | 0225ec52d6269ed04daffe999b5ec0295e75aa2a /devel | |
parent | d6371f3913ea0e47085dda63aeac4b956e1e3b64 (diff) | |
download | freebsd-ports-gnome-78a3a379b1f8ec72203d9fbda695eff1ed60e2aa.tar.gz freebsd-ports-gnome-78a3a379b1f8ec72203d9fbda695eff1ed60e2aa.tar.zst freebsd-ports-gnome-78a3a379b1f8ec72203d9fbda695eff1ed60e2aa.zip |
Change the default TCL_VER to 8.4 to match that of tcl-memchan.
Submitted by: kris, the ports janitor
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tcl-trf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tcl-trf/Makefile b/devel/tcl-trf/Makefile index ddc2092ec399..7aa6b2e25395 100644 --- a/devel/tcl-trf/Makefile +++ b/devel/tcl-trf/Makefile @@ -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}" \ |