diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-12 00:48:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-12 00:48:14 +0000 |
commit | ff43f6b776743ca84a2c1264cb86a524bcbdfa57 (patch) | |
tree | 3860af3b668024e7311ab412a1dff955f9f46610 /net | |
parent | f80906cc337d82f1cc3184efe402acef2e4367ed (diff) | |
download | pkgsrc-ff43f6b776743ca84a2c1264cb86a524bcbdfa57.tar.gz |
Update comments for gnome option.
Diffstat (limited to 'net')
-rw-r--r-- | net/libgdata/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libgdata/options.mk b/net/libgdata/options.mk index 67cfe6eb8fe..37ddee6d20d 100644 --- a/net/libgdata/options.mk +++ b/net/libgdata/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2015/07/11 16:43:33 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2015/07/12 00:48:14 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libgdata PKG_SUPPORTED_OPTIONS= gnome @@ -9,6 +9,7 @@ PKG_SUPPORTED_OPTIONS= gnome .if !empty(PKG_OPTIONS:Mgnome) CONFIGURE_ARGS+= --enable-gnome #.include "../../security/gnome-keyring/buildlink3.mk" +#.include "../../net/gnome-online-accounts/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-gnome .endif |