summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormartin <martin@pkgsrc.org>2010-05-12 13:16:15 +0000
committermartin <martin@pkgsrc.org>2010-05-12 13:16:15 +0000
commit19649654728d10f580231d939dab0235bbaa4dbe (patch)
treefc597008717c9240b6f60a2a9d46076b5b8fda7b /audio
parente6d350e27852016009f4b227c1c60166d893688c (diff)
downloadpkgsrc-19649654728d10f580231d939dab0235bbaa4dbe.tar.gz
Switch to oss default module on FreeBSD and DragonFly, per PR pkg/43279.
Diffstat (limited to 'audio')
-rw-r--r--audio/mpg123-sun/Makefile7
-rw-r--r--audio/mpg123/Makefile5
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/mpg123-sun/Makefile b/audio/mpg123-sun/Makefile
index 190a4622277..da168366af8 100644
--- a/audio/mpg123-sun/Makefile
+++ b/audio/mpg123-sun/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2010/03/14 14:19:20 martin Exp $
+# $NetBSD: Makefile,v 1.2 2010/05/12 13:16:15 martin Exp $
#
MPG123_MODULE= sun
# this is builtin with ../mpg123 on these architectures
-NOT_FOR_PLATFORM+= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* SunOS-*-*
-NOT_FOR_PLATFORM+= DragonFly-*-*
+NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-*
+# there is no support for the sun-audio interface on theses
+NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-*
.include "${.CURDIR}/../../audio/mpg123/Makefile.common"
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index b6dc9cf0b20..e871b6e1f79 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2010/03/30 10:29:22 martin Exp $
+# $NetBSD: Makefile,v 1.49 2010/05/12 13:16:15 martin Exp $
PKGNAME= ${DISTNAME:C/[^[:alnum:]]*//}
COMMENT= MPEG layer 1, 2, and 3 audio player
@@ -21,8 +21,7 @@ PLIST_VARS+= oss
PLIST_VARS+= sun
PLIST_VARS+= coreaudio
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" \
- || ${OPSYS} == "SunOS" || ${OPSYS} == "DragonFly"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "SunOS"
MPG123_DEFAULT_MODULE= sun
PLIST.sun = yes
.elif ${OPSYS} == "Darwin"