pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Set default value of USE_ESOUND (to YES) and docume...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bd0ef331e0b
branches:  trunk
changeset: 461347:1bd0ef331e0b
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Sep 14 18:01:11 2003 +0000

description:
Set default value of USE_ESOUND (to YES) and document it.

diffstat:

 mk/bsd.pkg.defaults.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 56e0aa49d7b9 -r 1bd0ef331e0b mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk    Sun Sep 14 18:00:30 2003 +0000
+++ b/mk/bsd.pkg.defaults.mk    Sun Sep 14 18:01:11 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.183 2003/09/13 18:32:08 kim Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.184 2003/09/14 18:01:11 jmmv Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -1769,6 +1769,12 @@
 # Possible: YES, or NO.
 # Default: NO
 
+USE_ESOUND?= YES
+# Whether to compile support for the Enlightened Sound Daemon or not in the
+# following packages: libmikmod.
+# Possible: YES, or NO.
+# Default: YES
+
 #USE_GIF=
 # Enable GIF support in qt1.  (disabled per default due to licensing
 # problems; future revisions might have no support at all)



Home | Main Index | Thread Index | Old Index