diff options
author | skrll <skrll> | 2001-05-24 22:18:21 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-05-24 22:18:21 +0000 |
commit | c4dcac19fbe5b690f4a32bc4fc855b5753fab9a8 (patch) | |
tree | d4c1d907a8760a0f493e1f80dec89ab9470a4145 /mk | |
parent | fb963103742e44047957287440353456c15b7602 (diff) | |
download | pkgsrc-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.example | 8 |
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. |