summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-01 09:11:09 +0000
committerdholland <dholland@pkgsrc.org>2015-01-01 09:11:09 +0000
commit6452ecc562ae84e996951560b8a69ae98feac04e (patch)
treec94b4c912a52f66a6d3e78744bf6825036d04815 /audio
parentf565dafdf2b6e14d96a3d4d8800c5961ccc5aec1 (diff)
downloadpkgsrc-6452ecc562ae84e996951560b8a69ae98feac04e.tar.gz
Gratuitous change in ONLY_FOR_PLATFORM to group like platforms together.
Diffstat (limited to 'audio')
-rw-r--r--audio/mpg123-oss/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mpg123-oss/Makefile b/audio/mpg123-oss/Makefile
index a20d4efc468..9d8d8977ac6 100644
--- a/audio/mpg123-oss/Makefile
+++ b/audio/mpg123-oss/Makefile
@@ -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"