diff options
author | tron <tron@pkgsrc.org> | 2006-01-09 22:00:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-01-09 22:00:25 +0000 |
commit | 09f1cb1976db1ea53abe0ec8932323b636e9df3b (patch) | |
tree | 6dae8e83e5d24098ad4243e5ef382e56c2bb6022 /audio | |
parent | f886a9630f14c864bd9f1dd68037e8d5a619adbf (diff) | |
download | pkgsrc-09f1cb1976db1ea53abe0ec8932323b636e9df3b.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')
-rw-r--r-- | audio/mpg123-nas/Makefile | 9 |
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" |