summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-03-27 22:45:48 +0000
committerjperkin <jperkin>2016-03-27 22:45:48 +0000
commit37fe369a5e4107708b4d94a713a782ee2cce7a8e (patch)
treead89f846070fdb351cf1c0f5b5edfe3f60def310 /audio
parent283011fd6bc4742231de137a49ed0df1319f8534 (diff)
downloadpkgsrc-37fe369a5e4107708b4d94a713a782ee2cce7a8e.tar.gz
Add Darwin to NOT_FOR_PLATFORM.
Diffstat (limited to 'audio')
-rw-r--r--audio/libao-sun/Makefile4
-rw-r--r--audio/mpg123-sun/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/libao-sun/Makefile b/audio/libao-sun/Makefile
index faa517e1da8..bfd144eed04 100644
--- a/audio/libao-sun/Makefile
+++ b/audio/libao-sun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/01/01 08:15:51 dholland Exp $
+# $NetBSD: Makefile,v 1.10 2016/03/27 22:45:48 jperkin Exp $
.include "../../audio/libao/Makefile.common"
@@ -7,7 +7,7 @@ PKGNAME= ${DISTNAME:S/libao/libao-sun/}
COMMENT+= (Sun audio plugin)
# no support for the sun audio interface
-NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-*
+NOT_FOR_PLATFORM+= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-*
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_SUN_AUDIO=no/ENABLE_SUN_AUDIO=yes/g}
BUILD_DIRS= src/plugins/sun
diff --git a/audio/mpg123-sun/Makefile b/audio/mpg123-sun/Makefile
index 66e228d8d7d..a24cf18a329 100644
--- a/audio/mpg123-sun/Makefile
+++ b/audio/mpg123-sun/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2015/01/01 07:56:42 dholland Exp $
+# $NetBSD: Makefile,v 1.7 2016/03/27 22:46:45 jperkin Exp $
MPG123_MODULE= sun
# this is builtin with ../mpg123 on these architectures
NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-*
# there is no support for the sun-audio interface on these
-NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-*
+NOT_FOR_PLATFORM+= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-*
.include "../../audio/mpg123/Makefile.common"