summaryrefslogtreecommitdiff
path: root/audio/mpg123-nas
diff options
context:
space:
mode:
authortron <tron>2006-01-09 22:00:25 +0000
committertron <tron>2006-01-09 22:00:25 +0000
commit56819b10118df1c827184d5252fc2933971249e1 (patch)
tree6dae8e83e5d24098ad4243e5ef382e56c2bb6022 /audio/mpg123-nas
parentf8d073471dbfa279056b24daf7a2f6bce81847e4 (diff)
downloadpkgsrc-56819b10118df1c827184d5252fc2933971249e1.tar.gz
Limit this package to platforms for which NAS support is really available
in "mpg123". Also exclude SUNWspro because there's only a NAS target for Solaris using GCC as the compiler.
Diffstat (limited to 'audio/mpg123-nas')
-rw-r--r--audio/mpg123-nas/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile
index dca2c5fbd0a..13e2606cdb9 100644
--- a/audio/mpg123-nas/Makefile
+++ b/audio/mpg123-nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/01/09 21:42:49 tron Exp $
+# $NetBSD: Makefile,v 1.17 2006/01/09 22:00:25 tron Exp $
PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION}
PKGREVISION= 8
@@ -8,9 +8,14 @@ MAINTAINER= tech-pkg@NetBSD.org
TARGET_SUFFIX= -nas
-CONFLICTS+= mpg123-[0-9]*
+CONFLICTS+= mpg123-[0-9]*
+
+NOT_FOR_COMPILER= sunpro
+ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* \
+ SunOS-*-*
PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123-nas
+
.include "../../audio/mpg123/Makefile.common"
.include "../../audio/nas/buildlink3.mk"