summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-03-29 11:01:24 +0000
committerrecht <recht@pkgsrc.org>2004-03-29 11:01:24 +0000
commitd49c887b4d57aaf97cded4531e449840a792ba5c (patch)
treef11c2ddd0f8a89f7b873db2d8b1af2109e582616 /mk
parent809417e117f0ba674a851d1ba5e5e4694395b42d (diff)
downloadpkgsrc-d49c887b4d57aaf97cded4531e449840a792ba5c.tar.gz
Add and document MKTTINTERP.
Diffstat (limited to '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.