summaryrefslogtreecommitdiff
path: root/devel/tcl-trf
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2003-10-31 01:59:36 +0000
committerMikhail Teterin <mi@FreeBSD.org>2003-10-31 01:59:36 +0000
commit5b55640ac344c4ab0d0015b2d49bd5163790b022 (patch)
tree6fe0b3d4f6934b29295662e6d29bd2f2513f2ee1 /devel/tcl-trf
parentadd rpy 0.3.1 (diff)
Change the default TCL_VER to 8.4 to match that of tcl-memchan.
Submitted by: kris, the ports janitor
Notes
Notes: svn path=/head/; revision=92669
Diffstat (limited to 'devel/tcl-trf')
-rw-r--r--devel/tcl-trf/Makefile4
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}" \