pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/seahorse



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed May 26 12:29:50 UTC 2021

Modified Files:
        pkgsrc/security/seahorse: Makefile

Log Message:
seahorse: needs gdbus-codegen


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 pkgsrc/security/seahorse/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/seahorse/Makefile
diff -u pkgsrc/security/seahorse/Makefile:1.166 pkgsrc/security/seahorse/Makefile:1.167
--- pkgsrc/security/seahorse/Makefile:1.166     Sun May  2 10:24:51 2021
+++ pkgsrc/security/seahorse/Makefile   Wed May 26 12:29:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2021/05/02 10:24:51 nia Exp $
+# $NetBSD: Makefile,v 1.167 2021/05/26 12:29:50 nia Exp $
 
 DISTNAME=      seahorse-3.38.0.1
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/${PKGBASE}/3.38/}
@@ -11,9 +11,8 @@ HOMEPAGE=     https://wiki.gnome.org/Apps/Se
 COMMENT=       GNOME encryption interface
 LICENSE=       gnu-gpl-v2
 
-TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
-
 USE_TOOLS+=    pkg-config msgfmt xgettext itstool
+USE_TOOLS+=    gdbus-codegen
 
 # Why does it want specific point releases?
 MESON_ARGS+=   -Dcheck-compatible-gpg=false



Home | Main Index | Thread Index | Old Index