diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-03 13:20:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-03 13:20:50 +0000 |
commit | 1c3a46e98bebea333662725d9bf3e8152d20d85b (patch) | |
tree | 3e0a585519ecf936b38b0cf90cde1c77e5dce106 | |
parent | f22fa0909049df93e0bef4fbad2d4a51d238ac6c (diff) | |
download | pkgsrc-1c3a46e98bebea333662725d9bf3e8152d20d85b.tar.gz |
Remove USE_ESOUND, all users have been converted.
-rw-r--r-- | mk/defaults/mk.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index a81bd3b9a2c..e762deead15 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.61 2005/06/02 18:30:42 wiz Exp $ +# $NetBSD: mk.conf,v 1.62 2005/06/03 13:20:50 wiz Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1929,12 +1929,6 @@ USE_DB2?= NO # Possible: YES, or NO. # Default: NO -USE_ESOUND?= YES -# Whether to compile support for the Enlightened Sound Daemon into packages -# needing audio support. -# Possible: YES, or NO. -# Default: YES - USE_GIF?= yes # Enable GIF support in qt1. (disabled per default due to licensing # problems; future revisions might have no support at all) |