summaryrefslogtreecommitdiff
path: root/audio/mpg123-oss
diff options
context:
space:
mode:
authordholland <dholland>2015-01-01 09:11:09 +0000
committerdholland <dholland>2015-01-01 09:11:09 +0000
commite194f23f09c49af41c80fd564a61d4ae8b60a82d (patch)
treec94b4c912a52f66a6d3e78744bf6825036d04815 /audio/mpg123-oss
parent7d81a158e8c383ed6b23e743b65bc58145019329 (diff)
downloadpkgsrc-e194f23f09c49af41c80fd564a61d4ae8b60a82d.tar.gz
Gratuitous change in ONLY_FOR_PLATFORM to group like platforms together.
Diffstat (limited to 'audio/mpg123-oss')
-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"