mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix typo in LIB_DEPENDS
Noticed by: mich No cookies for: krion
This commit is contained in:
parent
f0f32c4085
commit
5f416ceae1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94167
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= expect
|
PORTNAME= expect
|
||||||
PORTVERSION= 5.38.0
|
PORTVERSION= 5.38.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= lang tcl84 tk84
|
CATEGORIES= lang tcl84 tk84
|
||||||
MASTER_SITES= http://expect.nist.gov/src/
|
MASTER_SITES= http://expect.nist.gov/src/
|
||||||
|
|
||||||
|
@ -14,9 +14,9 @@ MAINTAINER= jerry@thehutt.org
|
||||||
COMMENT= A sophisticated scripter based on tcl/tk
|
COMMENT= A sophisticated scripter based on tcl/tk
|
||||||
|
|
||||||
.if !defined(WITHOUT_X11)
|
.if !defined(WITHOUT_X11)
|
||||||
LIB_DEPENDS?= tk83.1:${PORTSDIR}/x11-toolkits/tk84
|
LIB_DEPENDS?= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
||||||
.else
|
.else
|
||||||
LIB_DEPENDS?= tcl83.1:${PORTSDIR}/lang/tcl84
|
LIB_DEPENDS?= tcl84.1:${PORTSDIR}/lang/tcl84
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
EXPECT_VER= 5.38
|
EXPECT_VER= 5.38
|
||||||
|
|
Loading…
Add table
Reference in a new issue