diff options
author | joerg <joerg> | 2013-11-06 13:31:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-11-06 13:31:21 +0000 |
commit | cc45be1ca47b66486f0ef6e310ad1e7744b5e6df (patch) | |
tree | d09d93343e938958c9e054e6048980d18ca7e3af /net/ekiga | |
parent | bd3b49d30b08f6536559ce2bd3bd5f9a8089b212 (diff) | |
download | pkgsrc-cc45be1ca47b66486f0ef6e310ad1e7744b5e6df.tar.gz |
Match PLIST expection for the gconf schema location
Diffstat (limited to 'net/ekiga')
-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 |