pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/gnome-calendar



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 17 15:31:51 UTC 2020

Modified Files:
        pkgsrc/time/gnome-calendar: Makefile

Log Message:
BUILD_DEPENDS -> TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/gnome-calendar/Makefile

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

Modified files:

Index: pkgsrc/time/gnome-calendar/Makefile
diff -u pkgsrc/time/gnome-calendar/Makefile:1.2 pkgsrc/time/gnome-calendar/Makefile:1.3
--- pkgsrc/time/gnome-calendar/Makefile:1.2     Tue Nov 17 13:49:27 2020
+++ pkgsrc/time/gnome-calendar/Makefile Tue Nov 17 15:31:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/11/17 13:49:27 mef Exp $
+# $NetBSD: Makefile,v 1.3 2020/11/17 15:31:51 nia Exp $
 
 DISTNAME=      gnome-calendar-3.38.1
 MASTER_SITES=  ${MASTER_SITE_GNOME:=/sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://wiki.gnome.org/Apps/Ca
 COMMENT=       Calendar application for GNOME
 LICENSE=       gnu-gpl-v3
 
-BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 USE_TOOLS+=    pkg-config msgfmt xgettext
 



Home | Main Index | Thread Index | Old Index