git: 23b639c49a32 - main - net-im/libpurple: Re-enable the GEvolution plugin (for pidgin)

Joe Marcus Clarke marcus at FreeBSD.org
Mon May 3 19:09:04 UTC 2021


The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=23b639c49a32e3047f8906eb5569b24af0a2d3cb

commit 23b639c49a32e3047f8906eb5569b24af0a2d3cb
Author:     Joe Marcus Clarke <marcus at FreeBSD.org>
AuthorDate: 2021-05-03 19:07:47 +0000
Commit:     Joe Marcus Clarke <marcus at FreeBSD.org>
CommitDate: 2021-05-03 19:08:25 +0000

    net-im/libpurple: Re-enable the GEvolution plugin (for pidgin)
---
 net-im/libpurple/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index bfa171ceee8e..7b927e5b4a64 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -117,14 +117,14 @@ USE_GNOME+=	gconf2
 GCONF_SCHEMAS=	purple.schemas
 .endif
 
-#.if defined(WITH_GTKUI)
-#USE_GNOME+=		evolutiondataserver
-#PLIST_SUB+=		EVO=""
-#CONFIGURE_ARGS+=	--enable-gevolution
-#.else
+.if defined(WITH_GTKUI)
+USE_GNOME+=		evolutiondataserver3
+PLIST_SUB+=		EVO=""
+CONFIGURE_ARGS+=	--enable-gevolution
+.else
 CONFIGURE_ARGS+=	--disable-gevolution
 PLIST_SUB+=		EVO="@comment not installed: "
-#.endif
+.endif
 
 .if ${PORT_OPTIONS:MGSTREAMER}
 USE_GSTREAMER1+=core good


More information about the dev-commits-ports-all mailing list