summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-06-12 04:43:28 +0000
committerwiz <wiz@pkgsrc.org>2007-06-12 04:43:28 +0000
commit1a95bab6219cd82c98aecf71c80f3e61a235c1e7 (patch)
tree671cdec24332fd54e6fef33e45222cb8dcc5943a /x11
parentb322f2f9e93f9999f00b2d0adaded7979c0f71ac (diff)
downloadpkgsrc-1a95bab6219cd82c98aecf71c80f3e61a235c1e7.tar.gz
Fix typo in option name, found by dan@
Diffstat (limited to 'x11')
-rw-r--r--x11/lablgtk2/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/lablgtk2/options.mk b/x11/lablgtk2/options.mk
index 5a4ae029c5d..74bb127e92e 100644
--- a/x11/lablgtk2/options.mk
+++ b/x11/lablgtk2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2007/06/09 13:17:19 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2007/06/12 04:43:28 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lablgtk2
PKG_SUPPORTED_OPTIONS= glade gnomecanvas svg
@@ -14,7 +14,7 @@ PLIST_SRC+= PLIST.glade
CONFIGURE_ARGS+= --without-glade
.endif
-.if !empty(PKG_OPTIONS:Mgnome)
+.if !empty(PKG_OPTIONS:Mgnomecanvas)
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../x11/gnome-panel/buildlink3.mk"
@@ -32,7 +32,7 @@ PLIST_SRC+= PLIST.svg
CONFIGURE_ARGS+= --without-rsvg
.endif
-.if !empty(PKG_OPTIONS:Mgnome) || !empty(PKG_OPTIONS:Msvg)
+.if !empty(PKG_OPTIONS:Mgnomecanvas) || !empty(PKG_OPTIONS:Msvg)
PLIST_SRC+= PLIST.gnome
.endif