pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mpg123-oss Gratuitous change in ONLY_FOR_PLATFOR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7696a454314
branches:  trunk
changeset: 643880:b7696a454314
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 09:11:09 2015 +0000

description:
Gratuitous change in ONLY_FOR_PLATFORM to group like platforms together.

diffstat:

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

diffs (17 lines):

diff -r 8e66e1b660c0 -r b7696a454314 audio/mpg123-oss/Makefile
--- a/audio/mpg123-oss/Makefile Thu Jan 01 09:09:15 2015 +0000
+++ b/audio/mpg123-oss/Makefile Thu Jan 01 09:11:09 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2014/05/20 19:59:10 adam Exp $
+# $NetBSD: Makefile,v 1.5 2015/01/01 09:11:09 dholland Exp $
 
 MPG123_MODULE= oss
 
 # this is builtin with ../mpg123 on all other architectures
-ONLY_FOR_PLATFORM+=    NetBSD-*-* FreeBSD-*-* OpenBSD-*-* SunOS-*-*
-ONLY_FOR_PLATFORM+=    DragonFly-*-*
+ONLY_FOR_PLATFORM+=    NetBSD-*-* FreeBSD-*-* OpenBSD-*-* DragonFly-*-*
+ONLY_FOR_PLATFORM+=    SunOS-*-*
 
 .include "../../audio/mpg123/Makefile.common"
 



Home | Main Index | Thread Index | Old Index