NOT_FOR_PLATFORM+=Linux-*-*
This commit is contained in:
parent
f773570452
commit
ca700cf6a3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/10/17 19:45:56 shattered Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2012/02/05 21:20:17 sbd Exp $
|
||||
#
|
||||
|
||||
MPG123_MODULE= sun
|
||||
|
@ -7,7 +7,7 @@ PKGREVISION= 1
|
|||
# this is builtin with ../mpg123 on these architectures
|
||||
NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-*
|
||||
# there is no support for the sun-audio interface on theses
|
||||
NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-*
|
||||
NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-*
|
||||
|
||||
.include "${.CURDIR}/../../audio/mpg123/Makefile.common"
|
||||
|
||||
|
|
Loading…
Reference in a new issue