diff options
Diffstat (limited to 'devel/tcl8-thread/Makefile')
-rw-r--r-- | devel/tcl8-thread/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/tcl8-thread/Makefile b/devel/tcl8-thread/Makefile index 6d1f63f858cb..7f432d1ecd1b 100644 --- a/devel/tcl8-thread/Makefile +++ b/devel/tcl8-thread/Makefile @@ -1,8 +1,8 @@ PORTNAME= thread -PORTVERSION= 2.8.10 +PORTVERSION= 2.8.12 CATEGORIES= devel -MASTER_SITES= SF/tcl/Tcl/8.6.15/ -PKGNAMEPREFIX= tcl8 +MASTER_SITES= SF/tcl/Tcl/8.6.17/ +PKGNAMEPREFIX= tcl8- DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org @@ -12,7 +12,7 @@ WWW= https://wiki.tcl.tk/2770 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.terms -USES= tcl:tcl8,tea +USES= tcl:86,tea DOCSDIR= ${PREFIX}/share/doc/${TCL_PKG} USE_LDCONFIG= ${PREFIX}/lib/${TCL_PKG} @@ -33,6 +33,8 @@ LMDB_CONFIGURE_WITH= lmdb PORTDOCS= * +PORTSCOUT= limit:^2\. + post-patch: @${REINPLACE_CMD} "/INSTALL_LIBRARY=/s|'\$$| -s'|" \ ${WRKSRC}/tclconfig/tcl.m4 |