Sun Feb 5 21:20:17 2012 UTC ()
NOT_FOR_PLATFORM+=Linux-*-*


(sbd)
diff -r1.3 -r1.4 pkgsrc/audio/mpg123-sun/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/audio/mpg123-sun/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/mpg123-sun/Attic/Makefile 2011/10/17 19:45:56 1.3
+++ pkgsrc/audio/mpg123-sun/Attic/Makefile 2012/02/05 21:20:17 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2011/10/17 19:45:56 shattered Exp $ 1# $NetBSD: Makefile,v 1.4 2012/02/05 21:20:17 sbd Exp $
2# 2#
3 3
4MPG123_MODULE= sun 4MPG123_MODULE= sun
5 5
6PKGREVISION= 1 6PKGREVISION= 1
7# this is builtin with ../mpg123 on these architectures 7# this is builtin with ../mpg123 on these architectures
8NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-* 8NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-*
9# there is no support for the sun-audio interface on theses 9# there is no support for the sun-audio interface on theses
10NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* 10NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-*
11 11
12.include "${.CURDIR}/../../audio/mpg123/Makefile.common" 12.include "${.CURDIR}/../../audio/mpg123/Makefile.common"
13 13
14.include "../../audio/mpg123/buildlink3.mk" 14.include "../../audio/mpg123/buildlink3.mk"
15 15
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"