aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl84/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-27 11:54:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-27 11:54:48 +0000
commit72c3e8ffe008c2badda8f614ff285f6f7f43fae6 (patch)
treec94b0e695fa03132ed326aff5a9b42a417e55e94 /lang/tcl84/Makefile
parentcffba79c8538155e0e98f6241e299b10766062bb (diff)
- Remove support for lang/tcl-tk-wrapper
- Bump PORTREVISION Notes: Please read UPDATING Approved by: maintainer implicit
Notes
Notes: svn path=/head/; revision=188534
Diffstat (limited to 'lang/tcl84/Makefile')
-rw-r--r--lang/tcl84/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile
index a06d52854cdd..d1bce335ce0d 100644
--- a/lang/tcl84/Makefile
+++ b/lang/tcl84/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tcl
PORTVERSION= 8.4.14
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= lang tcl84
MASTER_SITES= SF
@@ -32,8 +32,7 @@ PLIST_SUB= TCL_VER="${TCL_VER}" SHORT_TCL_VER="${SHORT_TCL_VER}"
EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude compat/
.if !defined(BUILDING_TCL_THREADS)
-OPTIONS= TCL84_MAN "Install tcl 8.4 manpages" on \
- TCLSH_WRAPPER "Require tclsh wrapper from ports" off
+OPTIONS= TCL84_MAN "Install tcl 8.4 manpages" on
.else
USE_TCL= ${SHORT_TCL_VER}
PLIST= ${PKGDIR}/pkg-plist.threads
@@ -48,10 +47,6 @@ CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS
.else
CONFIGURE_ARGS+= --disable-threads
-.if defined(WITH_TCLSH_WRAPPER)
-RUN_DEPENDS+= tclsh:${PORTSDIR}/lang/tcl-tk-wrapper
-.endif
-
.if defined(NO_INSTALL_MANPAGES) || defined(WITHOUT_TCL84_MAN)
PLIST_SUB+= INSTMAN='@comment '