diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-02 12:22:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-02 12:22:47 +0000 |
commit | 6e0e19017d0cb7cce61b1d5778889623efddc178 (patch) | |
tree | cab2bf9a7a85cf5c4be015d26358f01b02976f29 /graphics/mplayer | |
parent | 3719e2a96046d8ddc9f9fcee339675ba7afff3da (diff) | |
download | pkgsrc-6e0e19017d0cb7cce61b1d5778889623efddc178.tar.gz |
Restrict again to -current starting from 1.5Y -- doesn't compile on 1.5.x
because of missing MTRR support.
Diffstat (limited to 'graphics/mplayer')
-rw-r--r-- | graphics/mplayer/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mplayer/Makefile.common b/graphics/mplayer/Makefile.common index eb5e7d50a6c..8bbc337081c 100644 --- a/graphics/mplayer/Makefile.common +++ b/graphics/mplayer/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2002/04/30 15:10:01 veego Exp $ +# $NetBSD: Makefile.common,v 1.6 2002/05/02 12:22:47 wiz Exp $ MPLAYER_DIST_VERSION= 0.90pre2 MPLAYER_PKG_VERSION= ${MPLAYER_DIST_VERSION:S/pre/rc/} @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER?= svs@ropnet.ru,zuntum@netbsd.org HOMEPAGE?= http://www.mplayerhq.hu/ -ONLY_FOR_PLATFORM?= NetBSD-*-i386 +ONLY_FOR_PLATFORM?= NetBSD-1.5[YZ]*-i386 NetBSD-1.[6-9]*-i386 RESTRICTED?= "unsure of the license" # see http://www.mplayerhq.hu/DOCS/users_against_developers.html#binary |