diff options
Diffstat (limited to 'www/websh')
-rw-r--r-- | www/websh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/websh/Makefile b/www/websh/Makefile index f6b20ec31657..d41224721024 100644 --- a/www/websh/Makefile +++ b/www/websh/Makefile @@ -22,7 +22,7 @@ OPTIONS+= WSSTATIC "Link the objects into the module statically" off TCL_DVER= ${TCL_VER:S/.//} USE_TCL= yes -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/unix CONFIGURE_ARGS+=--with-tclinclude=${TCL_INCLUDEDIR} \ --with-tcl=${TCL_LIBDIR} |