pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/libpurple farsight pulls in GConf, so make that o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b2fa1005f7a
branches:  trunk
changeset: 572443:8b2fa1005f7a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 26 10:31:10 2010 +0000

description:
farsight pulls in GConf, so make that option enable GConf support as well.

diffstat:

 chat/libpurple/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e6b77f7f7abc -r 8b2fa1005f7a chat/libpurple/options.mk
--- a/chat/libpurple/options.mk Fri Feb 26 10:28:30 2010 +0000
+++ b/chat/libpurple/options.mk Fri Feb 26 10:31:10 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2010/02/26 09:48:56 wiz Exp $
+# $NetBSD: options.mk,v 1.14 2010/02/26 10:31:10 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.libpurple
 PKG_SUPPORTED_OPTIONS+=                avahi dbus debug farsight gnome gnutls
@@ -15,7 +15,7 @@
 .  include "../../net/avahi/buildlink3.mk"
 .endif
 
-.if !empty(PKG_OPTIONS:Mgnome)
+.if !empty(PKG_OPTIONS:Mgnome) && !empty(PKG_OPTIONS:Mfarsight)
 PLIST.gnome=           yes
 .  include "../../devel/GConf/schemas.mk"
 GCONF_SCHEMAS+=                purple.schemas



Home | Main Index | Thread Index | Old Index