summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2003-12-17 03:00:11 +0000
committergrant <grant>2003-12-17 03:00:11 +0000
commit4e1931703b3c2c1ad779393ef80e892b2a3af182 (patch)
tree930124c4c2f10ef84a4a6733c3b337fb0aa9d049
parentf78f87ee15d605b40ac526b6d0023108edf946e2 (diff)
downloadpkgsrc-4e1931703b3c2c1ad779393ef80e892b2a3af182.tar.gz
add a template and comments for MOZILLA_USE_LINUX.
-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