summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-12 00:48:14 +0000
committerwiz <wiz@pkgsrc.org>2015-07-12 00:48:14 +0000
commitff43f6b776743ca84a2c1264cb86a524bcbdfa57 (patch)
tree3860af3b668024e7311ab412a1dff955f9f46610 /net
parentf80906cc337d82f1cc3184efe402acef2e4367ed (diff)
downloadpkgsrc-ff43f6b776743ca84a2c1264cb86a524bcbdfa57.tar.gz
Update comments for gnome option.
Diffstat (limited to 'net')
-rw-r--r--net/libgdata/options.mk3
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