summaryrefslogtreecommitdiff
path: root/audio/mpg123-sun
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/mpg123-sun
parente6d350e27852016009f4b227c1c60166d893688c (diff)
downloadpkgsrc-19649654728d10f580231d939dab0235bbaa4dbe.tar.gz
Switch to oss default module on FreeBSD and DragonFly, per PR pkg/43279.
Diffstat (limited to 'audio/mpg123-sun')
-rw-r--r--audio/mpg123-sun/Makefile7
1 files changed, 4 insertions, 3 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"