summaryrefslogtreecommitdiff
path: root/audio/mad123
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-14 02:48:01 +0000
committerrillig <rillig>2005-11-14 02:48:01 +0000
commitc7a6e1c84e1ea1a933fb1e2e95186efafd736d80 (patch)
treef8c433bc3d95c535a2ace9de827f6e60a3c38ee1 /audio/mad123
parentd86fc2f0fbc7bd7ff95af7f22439dbfea04aefb5 (diff)
downloadpkgsrc-c7a6e1c84e1ea1a933fb1e2e95186efafd736d80.tar.gz
PKG_DEFAULT_OPTIONS is reserved for being set by the user. So use
PKG_SUGGESTED_OPTIONS instead.
Diffstat (limited to 'audio/mad123')
-rw-r--r--audio/mad123/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile
index 0128d7db4d7..df793ffeea2 100644
--- a/audio/mad123/Makefile
+++ b/audio/mad123/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/11/11 18:58:18 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2005/11/14 02:48:01 rillig Exp $
#
DISTNAME= mad123-0.8.5
@@ -14,9 +14,9 @@ COMMENT= Command-line MPEG audio player
PKG_OPTIONS_VAR= PKG_OPTIONS.mad123
PKG_SUPPORTED_OPTIONS= arts oss sun
-PKG_DEFAULT_OPTIONS+= oss
+PKG_SUGGESTED_OPTIONS+= oss
.if ${OPSYS} != "DragonFly"
-PKG_DEFAULT_OPTIONS+= sun
+PKG_SUGGESTED_OPTIONS+= sun
.endif
.include "../../mk/bsd.options.mk"