diff options
author | khorben <khorben@pkgsrc.org> | 2021-04-09 21:19:50 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2021-04-09 21:19:50 +0000 |
commit | 8140be0e54dfb444e8b9045bc2d0c1938b03201b (patch) | |
tree | a4389882e19b51ea2aa12ff4eb3a097f813ef966 /x11 | |
parent | 10cf9051ec1cf322f8021f59b98e26a6ec72402b (diff) | |
download | pkgsrc-8140be0e54dfb444e8b9045bc2d0c1938b03201b.tar.gz |
gtk4: typo in a comment
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk4/Makefile b/x11/gtk4/Makefile index a808eb84117..6756f4cee15 100644 --- a/x11/gtk4/Makefile +++ b/x11/gtk4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/02/25 18:50:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2021/04/09 21:19:50 khorben Exp $ DISTNAME= gtk-4.0.3 PKGNAME= ${DISTNAME:S/gtk/gtk4/} @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen -# This packge invokes python3 command. +# This package invokes python3 command. PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "options.mk" |