diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 08:15:51 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 08:15:51 +0000 |
commit | 5069d091ce7b03ebb7ceba5d2ecb6f08993472bc (patch) | |
tree | f32c81cfcffc289cfc558ddfbf4b8cffd58acf08 | |
parent | dac6a8ef70aa4e99a256dc360ad2f292a6b0e170 (diff) | |
download | pkgsrc-5069d091ce7b03ebb7ceba5d2ecb6f08993472bc.tar.gz |
Switch ONLY_FOR_PLATFORM to NOT_FOR_PLATFORM and list the platforms known
not to support the Sun audio interface, as per mpg123-sun.
XXX: this knowledge should be centralized.
-rw-r--r-- | audio/akode-plugins-sun/Makefile | 5 | ||||
-rw-r--r-- | audio/libao-sun/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/akode-plugins-sun/Makefile b/audio/akode-plugins-sun/Makefile index b6391bacf2b..94b004a5b94 100644 --- a/audio/akode-plugins-sun/Makefile +++ b/audio/akode-plugins-sun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/09/11 23:59:22 asau Exp $ +# $NetBSD: Makefile,v 1.8 2015/01/01 08:15:51 dholland Exp $ # PKGNAME= akode-plugins-sun-${AKODE_VERSION} @@ -8,7 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Sun audio output plugin for akode framework LICENSE= gnu-lgpl-v2 -ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-* +# no support for the sun audio interface +NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-* .include "../../audio/akode/Makefile.common" diff --git a/audio/libao-sun/Makefile b/audio/libao-sun/Makefile index 68a79d4d496..faa517e1da8 100644 --- a/audio/libao-sun/Makefile +++ b/audio/libao-sun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/04/06 15:46:34 rodent Exp $ +# $NetBSD: Makefile,v 1.9 2015/01/01 08:15:51 dholland Exp $ .include "../../audio/libao/Makefile.common" @@ -6,7 +6,8 @@ PKGNAME= ${DISTNAME:S/libao/libao-sun/} COMMENT+= (Sun audio plugin) -ONLY_FOR_PLATFORM+= NetBSD-*-* SunOS-*-* +# no support for the sun audio interface +NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_SUN_AUDIO=no/ENABLE_SUN_AUDIO=yes/g} BUILD_DIRS= src/plugins/sun |