aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2017-09-28 02:01:23 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:37:21 +0800
commitce2698b9a3208f51032bdc5509d0f905c968a63b (patch)
treececa153873d33af13b14c348da0321e62c64a2dd /net-im
parentbda33e6f6cddf9664f99351d1fbe2de623837f8a (diff)
downloadfreebsd-ports-gnome-ce2698b9a3208f51032bdc5509d0f905c968a63b.tar.gz
freebsd-ports-gnome-ce2698b9a3208f51032bdc5509d0f905c968a63b.tar.zst
freebsd-ports-gnome-ce2698b9a3208f51032bdc5509d0f905c968a63b.zip
Make sure we do not include gconf2 when we're not
using the GTK+ UI. PR: 208733 Submitted by: cyberleo@cyberleo.net
Diffstat (limited to 'net-im')
-rw-r--r--net-im/finch/Makefile2
-rw-r--r--net-im/libpurple/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile
index d8408d6d869c..0b4b970c4fe6 100644
--- a/net-im/finch/Makefile
+++ b/net-im/finch/Makefile
@@ -3,7 +3,7 @@
# $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $
PORTNAME= finch
-PORTREVISION= 1
+PORTREVISION= 2
MAINTAINER= marcus@FreeBSD.org
COMMENT= Finch multi-protocol messaging client (Console UI)
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index ddabd5aea8a2..415464303bfc 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -121,7 +121,7 @@ PLIST_SUB+= PERL:="@comment not installed: " \
PERLMAN:="@comment not installed: "
.endif
-.if !defined(PIDGIN_SLAVE)
+.if defined(WITH_GTKUI) && !defined(PIDGIN_SLAVE)
USE_GNOME+= gconf2
GCONF_SCHEMAS= purple.schemas
.endif