diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-27 19:37:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-27 19:37:01 +0800 |
commit | 11647ad96e1a8c2b6a4fb8630e4511d3c5f83ad2 (patch) | |
tree | cf82c9d68b46f34c7c646f539ae2b75975c3a9c7 /lang/tcl80 | |
parent | 3f5074fe36f31da2417165627158da6662bdfa49 (diff) | |
download | freebsd-ports-gnome-11647ad96e1a8c2b6a4fb8630e4511d3c5f83ad2.tar.gz freebsd-ports-gnome-11647ad96e1a8c2b6a4fb8630e4511d3c5f83ad2.tar.zst freebsd-ports-gnome-11647ad96e1a8c2b6a4fb8630e4511d3c5f83ad2.zip |
- Remove support for lang/tcl-tk-wrapper
- Bump PORTREVISION
Notes: Please read UPDATING
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index dfe69e4329c3..e9acf84030cd 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -7,7 +7,7 @@ PORTNAME= tcl PORTVERSION= 8.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang tcl80 MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR=tcl8_0 @@ -28,15 +28,10 @@ SHLIB_MINOR= 5 MAKEFILE= makefile TCL_LIB= libtcl80.so -OPTIONS= TCL80_MAN "Install tcl 8.0 manpages" off \ - TCLSH_WRAPPER "Require tclsh wrapper from ports" off +OPTIONS= TCL80_MAN "Install tcl 8.0 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_TCL80_MAN) .include "${FILESDIR}/manpages" MANCOMPRESSED= yes |