summaryrefslogtreecommitdiff
path: root/mk/defaults/mk.conf
diff options
context:
space:
mode:
authorobache <obache>2014-01-30 12:24:49 +0000
committerobache <obache>2014-01-30 12:24:49 +0000
commite240b7b696ef7e8fd73a0c4dbbb045823a9cfc00 (patch)
tree7d17e29f5713c26bf26ed7a37af6c921f7623b5b /mk/defaults/mk.conf
parenta5d2ea3b4f465f66c780f5d41059a09b62258d7d (diff)
downloadpkgsrc-e240b7b696ef7e8fd73a0c4dbbb045823a9cfc00.tar.gz
drop MOZILLA_USE_LINUX.
No mozilla binary package using Linux binary is in pkgsrc now.
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r--mk/defaults/mk.conf8
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index c9131a16f3c..12394ab1f29 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.232 2014/01/30 12:19:12 obache Exp $
+# $NetBSD: mk.conf,v 1.233 2014/01/30 12:24:49 obache Exp $
#
# This file provides default values for variables that may be overridden
@@ -1251,12 +1251,6 @@ MONOTONE_USER?= monotone
# Possible: any user name
# Default: monotone
-#MOZILLA_USE_LINUX=
-# Used by mozilla binary packages to prefer the use of Linux
-# compatibility instead of native builds.
-# Possible: set, unset
-# Default: unset
-
MOZILLA_USE_XFT?= NO
# Used by mozilla packages to enable Xft support where available.
# The Mozilla GTK2 packages set this value to YES unconditionally.