diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:43:10 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:43:10 +0000 |
commit | bebe31d4c84bb3bd5d3639057e1a61babcd5232a (patch) | |
tree | 86e0c041e6884885e96b6d8271adb6b5b8af0ba3 | |
parent | dfe2d100fdae2dcdd459270f427820a0709b3430 (diff) |
mail/exmh2: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | mail/exmh2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 29372cef2cd3..4f7371286df0 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= tclsh8.0jp:japanese/tcl80 WISH= wish8.0jp TCLSH= tclsh8.0jp .else -USES= tk:87 +USES= cpe tk:87 .endif # exmh is pretty useless without this, but it's not needed to build it. |