diff options
Diffstat (limited to 'www/websh/Makefile')
-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 1015a6fbcf8a..ffb3fb7b8c2c 100644 --- a/www/websh/Makefile +++ b/www/websh/Makefile @@ -21,7 +21,7 @@ MAKE_JOBS_UNSAFE= yes TCL_DVER= ${TCL_VER:S/.//} USE_TCL= 84+ -USE_AUTOTOOLS= autoconf:268 +USE_AUTOTOOLS= autoconf WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/unix CONFIGURE_ARGS+=--with-tclinclude=${TCL_INCLUDEDIR} \ --with-tcl=${TCL_LIBDIR} |