summaryrefslogtreecommitdiff
path: root/devel/xulrunner/options.mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-04-26 12:47:08 +0000
committertnn <tnn@pkgsrc.org>2010-04-26 12:47:08 +0000
commitfe5e0a7dfb6adfeb735e07194c01a0a129cd9836 (patch)
treec01e6c04254c52b1fab2612d9be52c6d52e08929 /devel/xulrunner/options.mk
parentbb4631421f2bcc6625909cdc10e11a34ea2b49f2 (diff)
downloadpkgsrc-fe5e0a7dfb6adfeb735e07194c01a0a129cd9836.tar.gz
fix linux PLIST issues
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 0d34188fd6e..1999f1d17c2 100644
--- a/devel/xulrunner/options.mk
+++ b/devel/xulrunner/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.7 2010/03/16 15:57:02 tnn Exp $
+# $NetBSD: options.mk,v 1.8 2010/04/26 12:47:08 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome
-PLIST_VARS+= jit gnome debug
+PLIST_VARS+= jit gnome debug jemalloc
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
@@ -34,6 +34,7 @@ CONFIGURE_ARGS+= --disable-libnotify
.if !empty(PKG_OPTIONS:Mmozilla-jemalloc)
CONFIGURE_ARGS+= --enable-jemalloc
+PLIST.jemalloc= yes
.else
CONFIGURE_ARGS+= --disable-jemalloc
.endif