diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-03 14:52:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-03 14:52:04 +0000 |
commit | 1b86884d40bed246e4293b457f19c523ee17df56 (patch) | |
tree | 3d7fdd8fcfbaad7e3515f8e750044d689e70602a /graphics | |
parent | c8e4dfde7c618ecb93b2d750e18a802f96c501bd (diff) | |
download | pkgsrc-1b86884d40bed246e4293b457f19c523ee17df56.tar.gz |
Enable for NetBSD-*-i386, after mtrr workaround.
Diffstat (limited to 'graphics')
-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 8bbc337081c..a6faa6368b8 100644 --- a/graphics/mplayer/Makefile.common +++ b/graphics/mplayer/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2002/05/02 12:22:47 wiz Exp $ +# $NetBSD: Makefile.common,v 1.7 2002/05/03 14:52:04 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-1.5[YZ]*-i386 NetBSD-1.[6-9]*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 RESTRICTED?= "unsure of the license" # see http://www.mplayerhq.hu/DOCS/users_against_developers.html#binary |