diff options
author | wiz <wiz> | 2014-10-23 13:33:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-23 13:33:00 +0000 |
commit | 623c1d8fa30deaaa371cf8435658206068b62082 (patch) | |
tree | 3031276a7bc6a49d791b7830ee5506495eb15dac /mk/defaults | |
parent | 5d3a394c7cbc9a084f4f82d01dfbf55404c6d038 (diff) | |
download | pkgsrc-623c1d8fa30deaaa371cf8435658206068b62082.tar.gz |
Describe timidity option.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 8 | ||||
-rw-r--r-- | mk/defaults/options.description | 1 |
2 files changed, 2 insertions, 7 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 182cfb37221..81c116885a7 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.245 2014/10/12 23:39:17 joerg Exp $ +# $NetBSD: mk.conf,v 1.246 2014/10/23 13:33:00 wiz Exp $ # # This file provides default values for variables that may be overridden @@ -392,12 +392,6 @@ LIBTOOLIZE_PLIST?= yes # Possible: yes, no # Default: yes -PKG_INSTALLATION_PREFS?= overwrite pkgviews -# This is a whitespace-separated list of installation types to try when -# building a package, in order of preference. -# Possible: any of: overwrite, pkgviews -# Default: overwrite pkgviews - PKG_RESUME_TRANSFERS?= NO # Used in pkgsrc to resume transfers, if enabled the whole file won't be # downloaded from scratch again. diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 7010e97dfd0..34fc94cd545 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -697,6 +697,7 @@ terminfo Use terminfo. tests Build and install tests. theora Use the theora codecs. threads Enable threads support. +timidity Enable MIDI support using timidity. tin-use-inn-spool Use the INN spool directories. tls Enable TLS support. tokyocabinet Enable Tokyo Cabinet support. |