summaryrefslogtreecommitdiff
path: root/devel/xulrunner/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xulrunner/options.mk')
-rw-r--r--devel/xulrunner/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/xulrunner/options.mk b/devel/xulrunner/options.mk
index 2f083ef6158..66c7794b652 100644
--- a/devel/xulrunner/options.mk
+++ b/devel/xulrunner/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.10 2011/09/12 09:19:06 tnn Exp $
+# $NetBSD: options.mk,v 1.11 2012/01/05 07:53:49 sbd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome pulseaudio
-PLIST_VARS+= jit gnome debug
+PLIST_VARS+= jit gnome jemalloc debug
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
@@ -34,6 +34,7 @@ CONFIGURE_ARGS+= --disable-libnotify
.endif
.if !empty(PKG_OPTIONS:Mmozilla-jemalloc)
+PLIST.jemalloc= yes
CONFIGURE_ARGS+= --enable-jemalloc
.else
CONFIGURE_ARGS+= --disable-jemalloc