Date: Wed, 27 Sep 2017 18:01:23 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450773 - in head/net-im: finch libpurple Message-ID: <201709271801.v8RI1NvV076671@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcus Date: Wed Sep 27 18:01:23 2017 New Revision: 450773 URL: https://svnweb.freebsd.org/changeset/ports/450773 Log: Make sure we do not include gconf2 when we're not using the GTK+ UI. PR: 208733 Submitted by: cyberleo@cyberleo.net Modified: head/net-im/finch/Makefile head/net-im/libpurple/Makefile Modified: head/net-im/finch/Makefile ============================================================================== --- head/net-im/finch/Makefile Wed Sep 27 17:50:51 2017 (r450772) +++ head/net-im/finch/Makefile Wed Sep 27 18:01:23 2017 (r450773) @@ -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) Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Wed Sep 27 17:50:51 2017 (r450772) +++ head/net-im/libpurple/Makefile Wed Sep 27 18:01:23 2017 (r450773) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709271801.v8RI1NvV076671>