Use "USE_TK", update to Tk 8.4.
PR: ports/110570 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
This commit is contained in:
parent
fba739da7b
commit
3503aead90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187888
2 changed files with 4 additions and 4 deletions
|
@ -7,15 +7,15 @@
|
|||
|
||||
PORTNAME= cbrowser
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= devel tk83
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel tk84
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= jkoshy@freebsd.org
|
||||
COMMENT= Graphical front end for cscope and cscope clones
|
||||
|
||||
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
USE_TK= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
# Private variables
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#!/bin/sh
|
||||
# restart using wish \
|
||||
-exec wish -f "$0" "$@"
|
||||
+exec wish8.3 -f "$0" "$@"
|
||||
+exec wish8.4 -f "$0" "$@"
|
||||
|
||||
# $Id: cbrowser,v 0.6 1998/10/14 03:28:06 chris Exp $
|
||||
|
||||
|
|
Loading…
Reference in a new issue