summaryrefslogtreecommitdiff
path: root/audio/mpg123-nas
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-01 08:29:07 +0000
committerdholland <dholland@pkgsrc.org>2015-01-01 08:29:07 +0000
commit9d84efb19bfa89f846f48a777719280674477033 (patch)
tree4b7800bf5e38d73e35041d0806567b7060666397 /audio/mpg123-nas
parent3a4e54c701da3a03366c738526793890683ef52f (diff)
downloadpkgsrc-9d84efb19bfa89f846f48a777719280674477033.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/mpg123-nas')
-rw-r--r--audio/mpg123-nas/Makefile6
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"