diff options
author | prlw1 <prlw1@pkgsrc.org> | 2022-11-29 08:31:18 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2022-11-29 08:31:18 +0000 |
commit | 0fc2a5d5a1be572b92c4257dfa4fd5057c34f7c2 (patch) | |
tree | 496652f15aa0ba46ce91f1ef66d3cd24892f518d /security | |
parent | f524f74fdc57c78682a4ab3ee0b6fea0bd86e0a2 (diff) | |
download | pkgsrc-0fc2a5d5a1be572b92c4257dfa4fd5057c34f7c2.tar.gz |
libhandy1 -> newer libhandy (compile tested)
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 730f33739be..aea21193c08 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.176 2022/11/23 16:21:02 adam Exp $ +# $NetBSD: Makefile,v 1.177 2022/11/29 08:33:12 prlw1 Exp $ DISTNAME= seahorse-3.38.0.1 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/3.38/} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= security gnome EXTRACT_SUFX= .tar.xz @@ -23,7 +23,7 @@ PYTHON_FOR_BUILD_ONLY= tool .include "../../devel/gettext-tools/msgfmt-desktop.mk" .include "../../devel/glib2/schemas.mk" .include "../../devel/gobject-introspection/buildlink3.mk" -.include "../../devel/libhandy1/buildlink3.mk" +.include "../../devel/libhandy/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/python/tool.mk" .include "../../lang/vala/buildlink3.mk" |