summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-17 03:00:11 +0000
committergrant <grant@pkgsrc.org>2003-12-17 03:00:11 +0000
commitd62359d2c4407773423b6400f49c954bd15cd7e6 (patch)
tree930124c4c2f10ef84a4a6733c3b337fb0aa9d049 /mk
parentb88f7fcc2c6cd7c09453d62366b3e592ac2d2028 (diff)
downloadpkgsrc-d62359d2c4407773423b6400f49c954bd15cd7e6.tar.gz
add a template and comments for MOZILLA_USE_LINUX.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 558f2e4a56d..e1ee98ecf72 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.193 2003/12/04 10:28:31 veego Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.194 2003/12/17 03:00:11 grant Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1271,6 +1271,12 @@ MAJORDOMO_USER?= majordom
# makeinfo version, also various machine_archs arguments may be set in
# mk/defs.${OPSYS}.mk with the _OPSYS_MAKEINFO_ARGS variable.
+#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.
# Possible: YES, NO