diff options
Diffstat (limited to 'graphics/mplayer/Makefile.common')
-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 96a76265302..8b20f406337 100644 --- a/graphics/mplayer/Makefile.common +++ b/graphics/mplayer/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2002/04/22 11:45:52 rh Exp $ +# $NetBSD: Makefile.common,v 1.3 2002/04/30 12:45:29 wiz Exp $ DISTNAME?= MPlayer-0.60 CATEGORIES?= graphics @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER?= svs@ropnet.ru,zuntum@netbsd.org HOMEPAGE?= http://www.mplayerhq.hu/ -ONLY_FOR_PLATFORM?= NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386 +ONLY_FOR_PLATFORM?= NetBSD-*-i386 RESTRICTED?= "unsure of the license" NO_BIN_ON_CDROM= ${RESTRICTED} |