pkgsrc-WIP-changes archive

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

gnome-panel: 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:35:41 2019 +0100
Changeset:	29aac499c4671bd6b8485dfd49dc8dd36a93d1a6

Modified Files:
	gnome-panel/Makefile
	gnome-panel/buildlink3.mk

Log Message:
gnome-panel: 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=29aac499c4671bd6b8485dfd49dc8dd36a93d1a6

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

diffstat:
 gnome-panel/Makefile      | 2 +-
 gnome-panel/buildlink3.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/gnome-panel/Makefile b/gnome-panel/Makefile
index 1cb77495b7..7704a04d6d 100644
--- a/gnome-panel/Makefile
+++ b/gnome-panel/Makefile
@@ -85,7 +85,7 @@ SUBST_SED.noundef=	-e 's/ -no-undefined//g'
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/librsvg/buildlink3.mk"
 .if !empty(PKG_OPTIONS:Mevolution)
-.include "../../wip/evolution-data-server/buildlink3.mk"
+.include "../../mail/evolution-data-server/buildlink3.mk"
 .endif
 .include "../../net/ORBit2/buildlink3.mk"
 # pkgsrc policykit is too old
diff --git a/gnome-panel/buildlink3.mk b/gnome-panel/buildlink3.mk
index 5d6dbf7f4f..9b7fb8c9a3 100644
--- a/gnome-panel/buildlink3.mk
+++ b/gnome-panel/buildlink3.mk
@@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.gnome-panel?=	../../wip/gnome-panel
 pkgbase:= gnome-panel
 .include "../../mk/pkg-build-options.mk"
 .if !empty(PKG_BUILD_OPTIONS.gnome-panel:Mevolution)
-.include "../../wip/evolution-data-server/buildlink3.mk"
+.include "../../mail/evolution-data-server/buildlink3.mk"
 .endif
 
 #.include "../../net/libgdata/buildlink3.mk"


Home | Main Index | Thread Index | Old Index