pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/evolution



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov 14 22:53:49 UTC 2019

Modified Files:
        pkgsrc/mail/evolution: Makefile

Log Message:
evolution: Needs gdbus-codegen


To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 pkgsrc/mail/evolution/Makefile

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

Modified files:

Index: pkgsrc/mail/evolution/Makefile
diff -u pkgsrc/mail/evolution/Makefile:1.241 pkgsrc/mail/evolution/Makefile:1.242
--- pkgsrc/mail/evolution/Makefile:1.241        Wed Oct 30 17:27:33 2019
+++ pkgsrc/mail/evolution/Makefile      Thu Nov 14 22:53:49 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.241 2019/10/30 17:27:33 nia Exp $
+# $NetBSD: Makefile,v 1.242 2019/11/14 22:53:49 nia Exp $
 
 DISTNAME=      evolution-3.34.1
 CATEGORIES=    mail
@@ -16,6 +16,8 @@ USE_TOOLS+=   intltool msgfmt msgmerge xge
 
 DEPENDS+=      highlight-[0-9]*:../../textproc/highlight
 
+TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/evolution
 
 CMAKE_ARGS+=   -DMAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}



Home | Main Index | Thread Index | Old Index