diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2021-05-04 03:07:47 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2021-05-04 03:08:25 +0800 |
commit | 23b639c49a32e3047f8906eb5569b24af0a2d3cb (patch) | |
tree | c4039b3f7ff01cd1325b0359ed1c29492a736f57 /net-im | |
parent | f1f38c45cccae277d322dac723b7f5fde9f96aff (diff) | |
download | freebsd-ports-gnome-23b639c49a32e3047f8906eb5569b24af0a2d3cb.tar.gz freebsd-ports-gnome-23b639c49a32e3047f8906eb5569b24af0a2d3cb.tar.zst freebsd-ports-gnome-23b639c49a32e3047f8906eb5569b24af0a2d3cb.zip |
net-im/libpurple: Re-enable the GEvolution plugin (for pidgin)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libpurple/Makefile | 12 |
1 files 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 |