diff options
Diffstat (limited to 'audio/mpg123-oss/Makefile')
-rw-r--r-- | audio/mpg123-oss/Makefile | 6 |
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" |