From 09f1cb1976db1ea53abe0ec8932323b636e9df3b Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 9 Jan 2006 22:00:25 +0000 Subject: 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. --- audio/mpg123-nas/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'audio') 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" -- cgit v1.2.3