diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-05-25 19:48:21 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-05-25 19:48:21 +0000 |
commit | 794f46628ba9ad0f80b9aeb20cc0ed5380d27b56 (patch) | |
tree | a36eeb6092d25ef57183e6722c626838069226da | |
parent | f02392aed5835fb3c864f083ed219aecc1bfbe14 (diff) |
Notes
-rw-r--r-- | www/websh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/websh/Makefile b/www/websh/Makefile index 96fe0f9ac231..fae2cfa02c42 100644 --- a/www/websh/Makefile +++ b/www/websh/Makefile @@ -7,7 +7,7 @@ PORTNAME= websh PORTVERSION= 3.6.0b5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR=tcl/${PORTNAME}/source @@ -21,6 +21,7 @@ MAKE_JOBS_UNSAFE= yes TCL_DVER= ${TCL_VER:S/.//} USE_TCL= 84+ +INVALID_TCL_VER=86 USE_AUTOTOOLS= autoconf WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/unix CONFIGURE_ARGS+=--with-tclinclude=${TCL_INCLUDEDIR} \ |