summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-25 19:37:58 +0000
committerjlam <jlam@pkgsrc.org>2004-11-25 19:37:58 +0000
commite2cc31acb2d7f2a1ad301b115a4dc5ec34425f7a (patch)
treee4fbc26a5c7e7457d3ca110e1205551fa929c6af /mk
parentdbe91904dce288b35eaa0d598ef4166f0488f8dd (diff)
downloadpkgsrc-e2cc31acb2d7f2a1ad301b115a4dc5ec34425f7a.tar.gz
Default USE_GIF to "yes". This affects graphics/tiff and x11/qt1,
which will now be built by default with the ability to write LZW-compressed files.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index d45250f838e..c52b039f972 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.14 2004/11/20 23:09:48 kim Exp $
+# $NetBSD: mk.conf,v 1.15 2004/11/25 19:37:58 jlam Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -2030,7 +2030,7 @@ USE_ESOUND?= YES
# Possible: YES, or NO.
# Default: YES
-#USE_GIF=
+USE_GIF?= yes
# 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.