diff options
author | zuntum <zuntum> | 2002-01-21 19:38:40 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-01-21 19:38:40 +0000 |
commit | 5df04bc5dd99c5cd60ae57ca05649d650a54e4c7 (patch) | |
tree | e62e9da2c5fc4caa1acbea6f5349f0eb54d3cd02 /graphics | |
parent | dca42836e2782b0b21f239a407f3f65c57779b36 (diff) | |
download | pkgsrc-5df04bc5dd99c5cd60ae57ca05649d650a54e4c7.tar.gz |
Set ONLY_FOR_PLATFORM to point to new-toolchain-current/i386
(I have used expression that Thomas Klausner has written for graphics/ogle
for the same purpose).
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 bec568dba55..cd5efd20282 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/01/21 15:48:46 zuntum Exp $ +# $NetBSD: Makefile,v 1.15 2002/01/21 19:38:40 zuntum 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[YZ]-i386 NetBSD-1.5Z[A-Z]*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386 DEPENDS+= win32-codecs>=010122:../../graphics/win32-codecs BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm |