svn commit: r450773 - in head/net-im: finch libpurple

Joe Marcus Clarke marcus at FreeBSD.org
Wed Sep 27 18:01:25 UTC 2017


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 at 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 at 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


More information about the svn-ports-all mailing list