summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-11-29 02:22:35 +0000
committertnn <tnn@pkgsrc.org>2009-11-29 02:22:35 +0000
commit7a7bab07849be4c59bfca5c7df34f7b13be60f4c (patch)
tree3f31f9e5c218fd34eecf1e3f3010f38cf723eddd /www
parent7457c7f14e84e7ff2a5843760fdc8c7238784369 (diff)
downloadpkgsrc-7a7bab07849be4c59bfca5c7df34f7b13be60f4c.tar.gz
remove unused vars
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey/options.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk
index 48ff81c1883..2ccc9a918b9 100644
--- a/www/seamonkey/options.mk
+++ b/www/seamonkey/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.16 2009/11/29 00:40:42 tnn Exp $
+# $NetBSD: options.mk,v 1.17 2009/11/29 02:22:35 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.seamonkey
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome
-PLIST_VARS+= gnome debug
+PLIST_VARS+= gnome
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
@@ -13,9 +13,6 @@ PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
!empty(MACHINE_ARCH:Marm)
PKG_SUPPORTED_OPTIONS+= mozilla-jit
PKG_SUGGESTED_OPTIONS+= mozilla-jit
-NANOJIT_ARCH.i386= i386
-NANOJIT_ARCH.arm= ARM
-NANOJIT_ARCH.sparc= Sparc
.endif
.include "../../mk/bsd.options.mk"
@@ -37,7 +34,6 @@ CONFIGURE_ARGS+= --disable-jemalloc
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
-PLIST.debug= yes
.else
CONFIGURE_ARGS+= --disable-debug
.endif