diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-27 11:41:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-27 11:41:24 +0000 |
commit | c436cdecd5ca64e67ce7e98933e897e9a222eed5 (patch) | |
tree | 2fc8d853ee586595805b1ef10badecf700af198d /lang/tcl82 | |
parent | d98646820cd01e7e05cb4b33427a0e2dde898cb1 (diff) |
Notes
Diffstat (limited to 'lang/tcl82')
-rw-r--r-- | lang/tcl82/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index c2b5c2ca459e..79e04b22db04 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -7,7 +7,7 @@ PORTNAME= tcl PORTVERSION= 8.2.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang tcl82 MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 @@ -26,15 +26,10 @@ MAKE_ENV= SHORT_TCL_VER=82 NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken PLIST_SUB= TCL_VER=8.2 SHORT_TCL_VER=82 -OPTIONS= TCL82_MAN "Install tcl 8.2 manpages" off \ - TCLSH_WRAPPER "Require tclsh wrapper from ports" off +OPTIONS= TCL82_MAN "Install tcl 8.2 manpages" off .include <bsd.port.pre.mk> -.if defined(WITH_TCLSH_WRAPPER) -RUN_DEPENDS+= tclsh:${PORTSDIR}/lang/tcl-tk-wrapper -.endif - .if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TCL82_MAN) MAN1= tclsh.1 |