diff options
author | sevan <sevan@pkgsrc.org> | 2015-04-07 05:13:45 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-04-07 05:13:45 +0000 |
commit | f5b28c0b71c4f62b02825a1fe2eac7e6d3e80d6c (patch) | |
tree | 45e74cf14e7f1e4b9f825419ee47501c35ec271b /audio/mpg123-oss | |
parent | b638634687932666edca3034ec7d18fb9add958d (diff) | |
download | pkgsrc-f5b28c0b71c4f62b02825a1fe2eac7e6d3e80d6c.tar.gz |
Remove FreeBSD from the list of intended platforms as the plugin is already
installed by audio/mpg123 on this platform.
Reviewed by bsiegert@
Diffstat (limited to 'audio/mpg123-oss')
-rw-r--r-- | audio/mpg123-oss/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mpg123-oss/Makefile b/audio/mpg123-oss/Makefile index 9d8d8977ac6..db0308941f1 100644 --- a/audio/mpg123-oss/Makefile +++ b/audio/mpg123-oss/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2015/01/01 09:11:09 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2015/04/07 05:13:45 sevan Exp $ MPG123_MODULE= oss # this is builtin with ../mpg123 on all other architectures -ONLY_FOR_PLATFORM+= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* DragonFly-*-* -ONLY_FOR_PLATFORM+= SunOS-*-* +ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* DragonFly-*-* SunOS-*-* .include "../../audio/mpg123/Makefile.common" |