mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +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:
parent
11f91702a0
commit
5b55640ac3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92669
@ -8,7 +8,7 @@
|
|||||||
PORTNAME= Trf
|
PORTNAME= Trf
|
||||||
PORTVERSION= 2.1p2
|
PORTVERSION= 2.1p2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel tcl83
|
CATEGORIES= devel tcl${TCL_VER:S/.//}
|
||||||
MASTER_SITES= http://www.oche.de/~akupries/soft/trf/download/
|
MASTER_SITES= http://www.oche.de/~akupries/soft/trf/download/
|
||||||
PKGNAMEPREFIX= tcl-
|
PKGNAMEPREFIX= tcl-
|
||||||
DISTNAME= trf${PORTVERSION}
|
DISTNAME= trf${PORTVERSION}
|
||||||
@ -24,7 +24,7 @@ USE_BZIP2= yes
|
|||||||
ALL_TARGET= all test
|
ALL_TARGET= all test
|
||||||
MAKE_ARGS+= -j2
|
MAKE_ARGS+= -j2
|
||||||
|
|
||||||
TCL_VER?= 8.3
|
TCL_VER?= 8.4
|
||||||
DDIR= ${PREFIX}/lib/tcl${TCL_VER}/Trf
|
DDIR= ${PREFIX}/lib/tcl${TCL_VER}/Trf
|
||||||
|
|
||||||
MAKE_ENV+= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \
|
MAKE_ENV+= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user