mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Remove support for lang/tcl-tk-wrapper
- Bump PORTREVISION Notes: Please read UPDATING Approved by: maintainer implicit
This commit is contained in:
parent
c436cdecd5
commit
7373ce0ea4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188532
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user