diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 08:29:07 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 08:29:07 +0000 |
commit | 1907164f0474f9f6ec1c42ac719ce6c841b09d92 (patch) | |
tree | 4b7800bf5e38d73e35041d0806567b7060666397 /audio | |
parent | 528bf1a47cd7726f1a2fd65b749ae4459b0f2b97 (diff) | |
download | pkgsrc-1907164f0474f9f6ec1c42ac719ce6c841b09d92.tar.gz |
Comment out NOT_FOR_COMPILER and remove ONLY_FOR_PLATFORM restriction that
appears to have originated in a much earlier mpg123's build system.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123-nas/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile index 23bf8ec55fa..724b22735e9 100644 --- a/audio/mpg123-nas/Makefile +++ b/audio/mpg123-nas/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2014/05/20 19:59:10 adam Exp $ +# $NetBSD: Makefile,v 1.26 2015/01/01 08:29:07 dholland Exp $ MPG123_MODULE= nas -NOT_FOR_COMPILER= sunpro -ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* \ - SunOS-*-* +#NOT_FOR_COMPILER= sunpro .include "../../audio/mpg123/Makefile.common" |