summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-03 20:30:21 +0000
committerjlam <jlam>2002-10-03 20:30:21 +0000
commit331fe86f0f7c96e6433478ca2bb20fa56a74f1ba (patch)
tree264a484f33d811e248ec8103af1af37135b8512f /mk
parent0ba41471e9108ae079b7c2f8b305a7ead087a4ba (diff)
downloadpkgsrc-331fe86f0f7c96e6433478ca2bb20fa56a74f1ba.tar.gz
Created a new variable USE_OSS that is used to enable OSS audio support in
preference to or in place of Sun audio support in various packages. People using audio/oss should set USE_OSS in their /etc/mk.conf when building packages.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 92f61aac975..64880691daf 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.91 2002/10/01 13:35:12 jschauma Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.92 2002/10/03 20:30:21 jlam Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1457,6 +1457,13 @@ USE_IDEA?= NO
# Possible: not defined, YES
# Default: not defined
+#USE_OSS=
+#
+# Used to enable OSS audio support in preference to or in place of Sun audio
+# support in various packages.
+# Possible: defined, not defined
+# Default: not defined
+
#USE_PAM=
# Used to specify optional support for PAM authentication
# Possible: defined, not defined