diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-16 19:19:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-16 19:19:45 +0000 |
commit | 3a5a1d2f98474cd9830eaebe45a0b488c20d5228 (patch) | |
tree | 88d2c7c61a1471f4bc40221ca86e225ff1e64f4d /misc | |
parent | 23939dfef1ccb733965367913ae2d7dc1b5f0ca1 (diff) | |
download | pkgsrc-3a5a1d2f98474cd9830eaebe45a0b488c20d5228.tar.gz |
gaupol: switch to gtkspell3
Bump PKGREVISION.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gaupol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index d74a2cde4b6..619bf04331e 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2022/06/30 11:18:37 nia Exp $ +# $NetBSD: Makefile,v 1.50 2022/07/16 19:19:45 wiz Exp $ DISTNAME= gaupol-0.28.2 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= misc #MASTER_SITES= http://download.gna.org/gaupol/0.28/ EXTRACT_SUFX= .tar.xz @@ -36,6 +36,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../textproc/gtkspell/buildlink3.mk" +.include "../../textproc/gtkspell3/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |