diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-26 21:03:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-26 21:03:32 +0000 |
commit | 7a4777dc53583a897fb8bc1328c6be87bfed8047 (patch) | |
tree | ac0a62999320b356d1f5e64d97252e571d454a1e /mail/claws-mail/Makefile | |
parent | 1b456f061f42fa3539a17ea670a5d87624917fe1 (diff) | |
download | freebsd-ports-7a4777dc53583a897fb8bc1328c6be87bfed8047.zip |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket)
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 45481eaac6af..d12495fbdd29 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,7 +1,7 @@ PORTNAME= claws-mail CATEGORIES= mail news -COMMENT= Lightweight and featureful GTK+ based e-mail and news client +COMMENT= Lightweight and featureful GTK based e-mail and news client WWW= https://www.claws-mail.org/ LICENSE= GPLv3 |