diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-27 11:43:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-27 11:43:27 +0000 |
commit | 7373ce0ea472b813231a57d3da42e3e7273c1902 (patch) | |
tree | 5a1965e7474f22dcbace4479f501e9dde1b72125 /lang | |
parent | c436cdecd5ca64e67ce7e98933e897e9a222eed5 (diff) | |
download | ports-7373ce0ea472b813231a57d3da42e3e7273c1902.tar.gz ports-7373ce0ea472b813231a57d3da42e3e7273c1902.zip |
- Remove support for lang/tcl-tk-wrapper
- Bump PORTREVISION
Notes: Please read UPDATING
Approved by: maintainer implicit
Notes
Notes:
svn path=/head/; revision=188532
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl83/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 393a256bcb34..105402cef5cc 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -7,7 +7,7 @@ PORTNAME= tcl PORTVERSION= 8.3.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang tcl83 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcl @@ -28,15 +28,10 @@ TCL_VER= 8.3 NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken PLIST_SUB= TCL_VER=${TCL_VER} SHORT_TCL_VER=83 -OPTIONS= TCL83_MAN "Install tcl 8.3 manpages" off \ - TCLSH_WRAPPER "Require tclsh wrapper from ports" off +OPTIONS= TCL83_MAN "Install tcl 8.3 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_TCL83_MAN) MAN1= tclsh.1 |