diff options
author | shattered <shattered@pkgsrc.org> | 2010-10-31 08:54:34 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2010-10-31 08:54:34 +0000 |
commit | 02ca26156e6c4064d67a7a1b5fdacaf030a4c0a3 (patch) | |
tree | 5225a20d6da15acc6a43147873bb7e6ef0ff4844 /audio | |
parent | 3eeeb54cbdb6c264c8a68973e5987bbc95b218d9 (diff) | |
download | pkgsrc-02ca26156e6c4064d67a7a1b5fdacaf030a4c0a3.tar.gz |
This package supports only SunOS, IRIX, and *BSD.
Thus, set ONLY_FOR_PLATFORM, not NOT_FOR_PLATFORM.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xcdplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xcdplayer/Makefile b/audio/xcdplayer/Makefile index 1557bb76d66..1f8643bd822 100644 --- a/audio/xcdplayer/Makefile +++ b/audio/xcdplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/11/10 17:21:33 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2010/10/31 08:54:34 shattered Exp $ DISTNAME= xcdplayer-2.2 PKGREVISION= 4 @@ -11,7 +11,7 @@ COMMENT= CD player for X PKG_DESTDIR_SUPPORT= user-destdir -NOT_FOR_PLATFORM= Interix-*-* +ONLY_FOR_PLATFORM= SunOS-*-* IRIX-*-* DragonFly-*-* FreeBSD-*-* NetBSD-*-* OpenBSD-*-* USE_IMAKE= yes |