summaryrefslogtreecommitdiff
path: root/audio/mpg123-nas
diff options
context:
space:
mode:
authordholland <dholland>2015-01-01 08:29:07 +0000
committerdholland <dholland>2015-01-01 08:29:07 +0000
commit6bcc2d6a28ef45768abeba659e3effcb9884a8ea (patch)
tree4b7800bf5e38d73e35041d0806567b7060666397 /audio/mpg123-nas
parent0951a6e1f3df66274d9bc3b1fa8d7679dbfc14b0 (diff)
downloadpkgsrc-6bcc2d6a28ef45768abeba659e3effcb9884a8ea.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"