summaryrefslogtreecommitdiff
path: root/graphics/clutter
diff options
context:
space:
mode:
authorprlw1 <prlw1>2013-09-04 17:22:13 +0000
committerprlw1 <prlw1>2013-09-04 17:22:13 +0000
commit099c2f18454bb7535d29cefe68d2d70f023841d5 (patch)
treeea386d212e14a4e882e814d7ff521748ddd4ae10 /graphics/clutter
parent1c3564356d980df9c212f18340c6f9b73e9fe437 (diff)
downloadpkgsrc-099c2f18454bb7535d29cefe68d2d70f023841d5.tar.gz
Fix typo in introspection option.
Diffstat (limited to 'graphics/clutter')
-rw-r--r--graphics/clutter/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/clutter/options.mk b/graphics/clutter/options.mk
index e428437cb23..7dfc2ce863d 100644
--- a/graphics/clutter/options.mk
+++ b/graphics/clutter/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2013/07/15 01:25:59 obache Exp $
+# $NetBSD: options.mk,v 1.6 2013/09/04 17:22:13 prlw1 Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.clutter
@@ -14,9 +14,9 @@ PLIST.introspection= yes
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.5
BUILDLINK_DEPMETHOD.gobject-introspection+= build
.include "../../devel/gobject-introspection/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-intrpspection=yes
+CONFIGURE_ARGS+= --enable-introspection=yes
.else
-CONFIGURE_ARGS+= --enable-intrpspection=no
+CONFIGURE_ARGS+= --enable-introspection=no
.endif
.if !empty(PKG_OPTIONS:Mx11)