pkgsrc-WIP-changes archive

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

gnome-control-center: fix path to evolution-data-server



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Nov 24 22:36:30 2019 +0100
Changeset:	3ab8e1f86340a5b6205425ea44a092d7a20e6a55

Modified Files:
	gnome-control-center/options.mk

Log Message:
gnome-control-center: fix path to evolution-data-server

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3ab8e1f86340a5b6205425ea44a092d7a20e6a55

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

diffstat:
 gnome-control-center/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gnome-control-center/options.mk b/gnome-control-center/options.mk
index 7cc9bf3ab5..f4e9b64a14 100644
--- a/gnome-control-center/options.mk
+++ b/gnome-control-center/options.mk
@@ -11,5 +11,5 @@ PLIST_VARS+=		evolution
 .if !empty(PKG_OPTIONS:Mevolution)
 CONFIGURE_ARGS+=	--enable-aboutme
 PLIST.evolution=	yes
-.include "../../wip/evolution-data-server/buildlink3.mk"
+.include "../../mail/evolution-data-server/buildlink3.mk"
 .endif


Home | Main Index | Thread Index | Old Index