pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ekiga Match PLIST expection for the gconf schema l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0615bd82055f
branches:  trunk
changeset: 626273:0615bd82055f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 06 13:31:21 2013 +0000

description:
Match PLIST expection for the gconf schema location

diffstat:

 net/ekiga/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ccd07be631bf -r 0615bd82055f net/ekiga/options.mk
--- a/net/ekiga/options.mk      Wed Nov 06 13:29:45 2013 +0000
+++ b/net/ekiga/options.mk      Wed Nov 06 13:31:21 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2013/08/16 09:20:40 obache Exp $
+# $NetBSD: options.mk,v 1.5 2013/11/06 13:31:21 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ekiga
 PKG_SUPPORTED_OPTIONS+= avahi dbus evolution-data-server gconf gnome notify
@@ -34,6 +34,7 @@
 PLIST.gconf=           yes
 GCONF_SCHEMAS=         ekiga.schemas
 CONFIGURE_ARGS+=       --enable-gconf
+CONFIGURE_ARGS+=       --with-gconf-schema-file-dir=${PREFIX}/share/gconf/schemas
 .include "../../devel/GConf/schemas.mk"
 .else
 PLIST.not-gconf=       yes



Home | Main Index | Thread Index | Old Index