- Convert to USES=tcl tk
This commit is contained in:
parent
447839f72f
commit
aed7589ac1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346026
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ USE_AUTOTOOLS= autoconf
|
|||
EXPECT_VER= ${PORTVERSION}
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
USE_TK= 84+
|
||||
USES= tk
|
||||
.else
|
||||
PKGNAMESUFFIX= -nox11
|
||||
USE_TCL= 84+
|
||||
USES= tcl
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/expect
|
||||
|
|
Loading…
Reference in a new issue