summaryrefslogtreecommitdiff
path: root/audio/mpg123-sun
diff options
context:
space:
mode:
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"