diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-12-27 02:11:50 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-12-27 02:11:50 +0000 |
commit | 2a98832ab1e183c7b687a73a1daf5beca70abe23 (patch) | |
tree | efa100d9ef981d8a9d21966dd856524aeb1ec19c /graphics | |
parent | b046ac04fe58b2af122c75d50405825d12c05517 (diff) | |
download | pkgsrc-2a98832ab1e183c7b687a73a1daf5beca70abe23.tar.gz |
Improve ONLY_FROM_PLATFORM.
Suggested by Mason Loring Bliss <mason@acheron.middleboro.ma.us>
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 1a7a5cc98df..4bac2c7e17d 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/12/26 01:00:15 zuntum Exp $ +# $NetBSD: Makefile,v 1.10 2001/12/27 02:11:50 zuntum Exp $ DISTNAME= MPlayer-0.60pre1 PKGNAME= mplayer-0.60.0.1 @@ -10,7 +10,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]*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z][A-Z]*-i386 DEPENDS+= win32-codecs>=010122:../../graphics/win32-codecs BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm |