diff options
author | zuntum <zuntum> | 2001-08-28 23:36:24 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-08-28 23:36:24 +0000 |
commit | 19735dd20f7269c730a3147eefa9e936981a04ac (patch) | |
tree | 2bc5925d6785e6b99afb90c5c8e827054ff0b129 /mk | |
parent | c1c99d29b452c4b1caadbf91eb014c6bb2a05156 (diff) | |
download | pkgsrc-19735dd20f7269c730a3147eefa9e936981a04ac.tar.gz |
Fix typo:
avi{...,avitype} -> avi{...,type}
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index ee2905a192c..1d0a117a4d4 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.239 2001/08/24 00:54:46 hubertf Exp $ +# $NetBSD: mk.conf.example,v 1.240 2001/08/28 23:36:24 zuntum Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -412,7 +412,7 @@ #AVIFILE_USE_QT= YES # Enable support for qt2 in avifile-devel package. These utilities will be built -# in addition to non-qt version: avi{bench,cat,make,recompress,avitype}. +# in addition to non-qt version: avi{bench,cat,make,recompress,type}. # aviplay (qt-based player that uses avifile libraries) will be built too, # but it has problems with threads and does not work yet. # Default: not defined |