pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mpg123-oss Remove FreeBSD from the list of inten...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ea1361a62ff
branches:  trunk
changeset: 649648:9ea1361a62ff
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Tue Apr 07 05:13:45 2015 +0000

description:
Remove FreeBSD from the list of intended platforms as the plugin is already
installed by audio/mpg123 on this platform.

Reviewed by bsiegert@

diffstat:

 audio/mpg123-oss/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r c4759245b893 -r 9ea1361a62ff audio/mpg123-oss/Makefile
--- a/audio/mpg123-oss/Makefile Tue Apr 07 00:23:21 2015 +0000
+++ b/audio/mpg123-oss/Makefile Tue Apr 07 05:13:45 2015 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index