summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.defaults.mk
diff options
context:
space:
mode:
authorrecht <recht>2004-03-29 11:01:24 +0000
committerrecht <recht>2004-03-29 11:01:24 +0000
commit63203be4b04c9b44f098471812016d7f78d10e63 (patch)
treef11c2ddd0f8a89f7b873db2d8b1af2109e582616 /mk/bsd.pkg.defaults.mk
parentdfdcdb5e8eccbf7d3771adb82a24c934280bfbba (diff)
downloadpkgsrc-63203be4b04c9b44f098471812016d7f78d10e63.tar.gz
Add and document MKTTINTERP.
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r--mk/bsd.pkg.defaults.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 994ceaeeb1e..4e8390f9911 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.225 2004/03/28 23:14:29 xtraeme Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.226 2004/03/29 11:01:24 recht Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1385,6 +1385,14 @@ MAJORDOMO_USER?= majordom
# makeinfo version, also various machine_archs arguments may be set in
# mk/defs.${OPSYS}.mk with the _OPSYS_MAKEINFO_ARGS variable.
+MKTTINTERP?= no
+# Used by freetype2 to enable the TrueType bytecode interpreter.
+# Since there are important patent issues related to the to
+# use of the interpreter, default to no.
+# See http://www.freetype.org/patents.html for details.
+# Possible: yes, no
+# Default: no
+
#MOZILLA_USE_LINUX=
# Used by mozilla binary packages to prefer the use of Linux
# compatibility instead of native builds.