diff options
Diffstat (limited to 'devel/tcl8-thread/Makefile')
-rw-r--r-- | devel/tcl8-thread/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/tcl8-thread/Makefile b/devel/tcl8-thread/Makefile index 0e36cf118bb7..7f432d1ecd1b 100644 --- a/devel/tcl8-thread/Makefile +++ b/devel/tcl8-thread/Makefile @@ -1,7 +1,7 @@ PORTNAME= thread -PORTVERSION= 2.8.10 +PORTVERSION= 2.8.12 CATEGORIES= devel -MASTER_SITES= SF/tcl/Tcl/8.6.15/ +MASTER_SITES= SF/tcl/Tcl/8.6.17/ PKGNAMEPREFIX= tcl8- DISTNAME= ${PORTNAME}${PORTVERSION} @@ -33,6 +33,8 @@ LMDB_CONFIGURE_WITH= lmdb PORTDOCS= * +PORTSCOUT= limit:^2\. + post-patch: @${REINPLACE_CMD} "/INSTALL_LIBRARY=/s|'\$$| -s'|" \ ${WRKSRC}/tclconfig/tcl.m4 |