diff options
author | jlam <jlam> | 2001-04-28 20:44:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-04-28 20:44:52 +0000 |
commit | 7fdaca4c8efd9ed1e789453e6cc1933f86130fda (patch) | |
tree | fba4b264ca47b8b5a0b74c35afaa7195ffcdfb41 /mk | |
parent | 81db9356b271baa85eefad658b1609fd545e436d (diff) | |
download | pkgsrc-7fdaca4c8efd9ed1e789453e6cc1933f86130fda.tar.gz |
Clarify that USE_GIF is for qt1 as there is no "qt" package.
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 0523d51b258..a06310318c5 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.201 2001/04/27 14:10:18 wiz Exp $ +# $NetBSD: mk.conf.example,v 1.202 2001/04/28 20:44:52 jlam Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -844,7 +844,7 @@ PAPERSIZE= A4 # Default: NO #USE_GIF= -# Enable GIF support in qt. (disabled per default due to licensing +# Enable GIF support in qt1. (disabled per default due to licensing # problems; future revisions might have no support at all) # Also used by tiff-library to enable LZW compression support. # Possible: defined, not defined |