summaryrefslogtreecommitdiff
path: root/audio/akode-plugins-sun
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-11-07 20:47:03 +0000
committerdholland <dholland@pkgsrc.org>2015-11-07 20:47:03 +0000
commit37efc4f19870e1d4760e9d1b094c13e558080066 (patch)
tree834330680e3fcf465472d67e431b941de09e5ee1 /audio/akode-plugins-sun
parentb2f1c57cf6fb54cb9e331296277243b1f5fa86b7 (diff)
downloadpkgsrc-37efc4f19870e1d4760e9d1b094c13e558080066.tar.gz
MacOS doesn't support this audio interface.
Diffstat (limited to 'audio/akode-plugins-sun')
-rw-r--r--audio/akode-plugins-sun/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/akode-plugins-sun/Makefile b/audio/akode-plugins-sun/Makefile
index 94b004a5b94..1515e4d7e0e 100644
--- a/audio/akode-plugins-sun/Makefile
+++ b/audio/akode-plugins-sun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/01/01 08:15:51 dholland Exp $
+# $NetBSD: Makefile,v 1.9 2015/11/07 20:47:03 dholland Exp $
#
PKGNAME= akode-plugins-sun-${AKODE_VERSION}
@@ -9,7 +9,7 @@ COMMENT= Sun audio output plugin for akode framework
LICENSE= gnu-lgpl-v2
# no support for the sun audio interface
-NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-*
+NOT_FOR_PLATFORM+= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-*
.include "../../audio/akode/Makefile.common"