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 /graphics/gimageview | |
parent | shells/ksh93: Remove blank line (diff) |
*: 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 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 2635195270e7..00cffb5f2569 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -5,7 +5,7 @@ CATEGORIES= graphics MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Yet another GTK+ based image viewer +COMMENT= Yet another GTK based image viewer WWW= http://gtkmmviewer.sourceforge.net/ LICENSE= GPLv2+ |