diff options
author | olivierd <olivierd@FreeBSD.org> | 2015-08-31 02:49:32 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2015-08-31 02:49:32 +0800 |
commit | 41a3e4ceef06f8513ca5c96b2e275f74e8a063d6 (patch) | |
tree | 4903f262a15ed15e06524c91199c20ea3db39331 | |
parent | 7dbbb888b3a484bf7c0ed16515227580eac48db4 (diff) | |
download | freebsd-ports-gnome-41a3e4ceef06f8513ca5c96b2e275f74e8a063d6.tar.gz freebsd-ports-gnome-41a3e4ceef06f8513ca5c96b2e275f74e8a063d6.tar.zst freebsd-ports-gnome-41a3e4ceef06f8513ca5c96b2e275f74e8a063d6.zip |
Fix spelling of toolkits name (GTK+3 instead of GTK3)
Reported by: danfe@
-rw-r--r-- | x11-toolkits/granite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/granite/Makefile b/x11-toolkits/granite/Makefile index e7be301ef3b1..edd0bad0397a 100644 --- a/x11-toolkits/granite/Makefile +++ b/x11-toolkits/granite/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= https://launchpadlibrarian.net/215905441/ \ https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ MAINTAINER= olivierd@FreeBSD.org -COMMENT= Extensions of GTK3 toolkit +COMMENT= Extensions of GTK+3 toolkit LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING |