diff options
author | joerg <joerg@pkgsrc.org> | 2013-11-06 13:31:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-11-06 13:31:21 +0000 |
commit | 0650c1da1857e24059529404ad138b1199a050b3 (patch) | |
tree | d09d93343e938958c9e054e6048980d18ca7e3af /net | |
parent | 2bec724819c81235735deb9f22ceb83fa30a90ac (diff) | |
download | pkgsrc-0650c1da1857e24059529404ad138b1199a050b3.tar.gz |
Match PLIST expection for the gconf schema location
Diffstat (limited to 'net')
-rw-r--r-- | net/ekiga/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ekiga/options.mk b/net/ekiga/options.mk index 7c8c3700a8a..8503f3c5cb1 100644 --- a/net/ekiga/options.mk +++ b/net/ekiga/options.mk @@ -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 @@ CONFIGURE_ARGS+= --disable-eds 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 |