summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2007-06-12 04:43:28 +0000
committerwiz <wiz>2007-06-12 04:43:28 +0000
commitfd078f76c0549da705b691503cdbfffb93af8485 (patch)
tree671cdec24332fd54e6fef33e45222cb8dcc5943a /x11
parentfb85fbfbae93533b8142c66ccee58412d9453f67 (diff)
downloadpkgsrc-fd078f76c0549da705b691503cdbfffb93af8485.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