summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk
index 3fc05cd54b6..5bf97ed24bb 100644
--- a/www/seamonkey/options.mk
+++ b/www/seamonkey/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2011/07/11 20:46:36 tnn Exp $
+# $NetBSD: options.mk,v 1.19 2011/08/23 16:38:01 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.seamonkey
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-debug
.endif
.if !empty(PKG_OPTIONS:Mmozilla-jit)
-CONFIGURE_ARGS+= --enable-jit
+CONFIGURE_ARGS+= --enable-tracejit
.else
-CONFIGURE_ARGS+= --disable-jit
+CONFIGURE_ARGS+= --disable-tracejit
.endif