diff options
author | bjs <bjs@pkgsrc.org> | 2008-11-06 08:35:50 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-11-06 08:35:50 +0000 |
commit | 31e3127f8d579681f823dfd16b12c76d3535ba2f (patch) | |
tree | 49d4202c91a5bf791816d52776ad92eef07291bc /mk | |
parent | 48896ef9501d9294dbdd54c6f89424e7e882cbe3 (diff) | |
download | pkgsrc-31e3127f8d579681f823dfd16b12c76d3535ba2f.tar.gz |
Add boehm-gc option
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index d9570ba0c9e..1b7ee9b3a0c 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -24,6 +24,7 @@ batch Enable batch mode support. bdb Enable Berkeley DB support. bittorrent Enable bittorrent support blender-exppython Enable the Experimental Python support. +boehm-gc Use Boehm's garbage collector for memory allocation. bozohttpd-do-htpasswd Enable .htpasswd file processing in bozohttpd. bugzilla-charts Enable generation of charts. bugzilla-imagemagick Compress .BMPs to save space. |