pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/evolution-data-server



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov  7 09:28:40 UTC 2020

Modified Files:
        pkgsrc/mail/evolution-data-server: Makefile

Log Message:
(mail/evolution-data-server) Fix build, p5-XML-Parser and gperf added


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 pkgsrc/mail/evolution-data-server/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-data-server/Makefile
diff -u pkgsrc/mail/evolution-data-server/Makefile:1.195 pkgsrc/mail/evolution-data-server/Makefile:1.196
--- pkgsrc/mail/evolution-data-server/Makefile:1.195    Thu Nov  5 09:06:58 2020
+++ pkgsrc/mail/evolution-data-server/Makefile  Sat Nov  7 09:28:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2020/11/05 09:06:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.196 2020/11/07 09:28:40 mef Exp $
 
 DISTNAME=      evolution-data-server-3.35.1
 PKGREVISION=   12
@@ -20,6 +20,7 @@ USE_LANGUAGES=        c c++14
 GCC_REQD+=     5
 
 TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+TOOL_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
 
 CMAKE_ARGS+=   -DWITH_LIBDB=OFF
 CMAKE_ARGS+=   -DENABLE_GOA=OFF
@@ -55,6 +56,7 @@ _TOOLS_USE_PKGSRC.xgettext=   yes
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../devel/nss/buildlink3.mk"
+.include "../../devel/gperf/buildlink3.mk"
 .include "../../net/libgdata/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
 .include "../../security/gcr/buildlink3.mk"



Home | Main Index | Thread Index | Old Index