mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/exmh*: Fall back to tk86
EXMH doesn't work with tk90 yet. Fall back to tk86. MFH: 2025Q1
This commit is contained in:
parent
6caffd033b
commit
6556bf0aa9
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= exmh
|
PORTNAME= exmh
|
||||||
PORTVERSION= ${COMMIT_DATE}
|
PORTVERSION= ${COMMIT_DATE}
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES+= mail tk
|
CATEGORIES+= mail tk
|
||||||
.if !defined(MASTERDIR)
|
.if !defined(MASTERDIR)
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
@ -24,7 +24,7 @@ BUILD_DEPENDS= tclsh8.0jp:japanese/tcl80
|
||||||
WISH= wish8.0jp
|
WISH= wish8.0jp
|
||||||
TCLSH= tclsh8.0jp
|
TCLSH= tclsh8.0jp
|
||||||
.else
|
.else
|
||||||
USES= cpe tk:87
|
USES= cpe tk:86
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# exmh is pretty useless without this, but it's not needed to build it.
|
# exmh is pretty useless without this, but it's not needed to build it.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= exmh
|
PORTNAME= exmh
|
||||||
PORTVERSION= 2.9.0
|
PORTVERSION= 2.9.0
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES+= mail tk
|
CATEGORIES+= mail tk
|
||||||
# XXX: Standard SF fails with a hung download
|
# XXX: Standard SF fails with a hung download
|
||||||
MASTER_SITES= https://sourceforge.net/projects/${PORTNAME}/files/${PORTNAME}/${PORTVERSION}/
|
MASTER_SITES= https://sourceforge.net/projects/${PORTNAME}/files/${PORTNAME}/${PORTVERSION}/
|
||||||
|
@ -17,7 +17,7 @@ BUILD_DEPENDS= tclsh8.0jp:japanese/tcl80
|
||||||
WISH= wish8.0jp
|
WISH= wish8.0jp
|
||||||
TCLSH= tclsh8.0jp
|
TCLSH= tclsh8.0jp
|
||||||
.else
|
.else
|
||||||
USES= cpe tk:87
|
USES= cpe tk:86
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# exmh is pretty useless without this, but it's not needed to build it.
|
# exmh is pretty useless without this, but it's not needed to build it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue