diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-14 17:43:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-14 17:43:43 +0000 |
commit | 5a8803e94d16cde3192ec62fb8e298fc6a534ec9 (patch) | |
tree | 8adcbf4737e3e5435f0febb97a8aa7243525f72c /graphics | |
parent | 984c51db944cda501bfbc70e5c2926a3d3024087 (diff) | |
download | pkgsrc-5a8803e94d16cde3192ec62fb8e298fc6a534ec9.tar.gz |
Fix ONLY_FOR_PLATFORM pattern.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index 0ebd0349b4a..1d542398d7d 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/01/04 14:10:10 zuntum Exp $ +# $NetBSD: Makefile,v 1.12 2002/01/14 17:43:43 wiz Exp $ DISTNAME= MPlayer-0.60pre1 PKGNAME= mplayer-0.60.0.1 @@ -11,7 +11,7 @@ MAINTAINER= svs@ropnet.ru,zuntum@netbsd.org HOMEPAGE= http://www.mplayerhq.hu/ COMMENT= Software only MPEG-1/2/4 video decoder -ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z][A-Z]*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5[YZ]-i386 NetBSD-1.5Z[A-Z]*-i386 DEPENDS+= win32-codecs>=010122:../../graphics/win32-codecs BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm |