diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-05 21:20:17 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-05 21:20:17 +0000 |
commit | 90197cae1096675eb4d5c3da637d0deb85d88cb6 (patch) | |
tree | 1e33503a2ad29c6a63ae402840882a44e3e94940 /audio/mpg123-sun | |
parent | 054c7dbe762f6a38fed650ee128b67bf873eb97c (diff) | |
download | pkgsrc-90197cae1096675eb4d5c3da637d0deb85d88cb6.tar.gz |
NOT_FOR_PLATFORM+=Linux-*-*
Diffstat (limited to 'audio/mpg123-sun')
-rw-r--r-- | audio/mpg123-sun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123-sun/Makefile b/audio/mpg123-sun/Makefile index c28328341e4..b6236f2316f 100644 --- a/audio/mpg123-sun/Makefile +++ b/audio/mpg123-sun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/10/17 19:45:56 shattered Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/05 21:20:17 sbd Exp $ # MPG123_MODULE= sun @@ -7,7 +7,7 @@ PKGREVISION= 1 # this is builtin with ../mpg123 on these architectures NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-* # there is no support for the sun-audio interface on theses -NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* +NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-* .include "${.CURDIR}/../../audio/mpg123/Makefile.common" |