summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll>2001-05-24 22:18:21 +0000
committerskrll <skrll>2001-05-24 22:18:21 +0000
commitc4dcac19fbe5b690f4a32bc4fc855b5753fab9a8 (patch)
treed4c1d907a8760a0f493e1f80dec89ab9470a4145 /mk
parentfb963103742e44047957287440353456c15b7602 (diff)
downloadpkgsrc-c4dcac19fbe5b690f4a32bc4fc855b5753fab9a8.tar.gz
Introduce a new variable KJS_USE_PCRE that controls the regex library
used in KJS (javascript) for kdelibs2. This fixes PR/13018 from Greg A. Woods <woods@weird.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 416c53fca57..f5544e2d7ce 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.212 2001/05/24 19:58:35 dmcmahill Exp $
+# $NetBSD: mk.conf.example,v 1.213 2001/05/24 22:18:21 skrll Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -546,6 +546,12 @@
# Possible: YES, yes, not defined
# Default: not defined
+#KJS_USE_PCRE=
+# Used in kdelibs2 to determine if kjs (javascript) should use Perl
+# Compatible Regular Expressions (pcre)
+# Possible: yes, not defined
+# Default: not defined
+
#KNEWS_DOMAIN_FILE=
# Used in the knews package to set the domain name from the contents
# of this file.