diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-30 12:45:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-30 12:45:29 +0000 |
commit | 4c2cea3940c2896c000693adeb9ba9d1518bd730 (patch) | |
tree | 825a911adb080026bb62e268bc56484a3d733eaa /graphics/mplayer/Makefile.common | |
parent | abc969db6af84a74449a65c76799d658f2ada576 (diff) | |
download | pkgsrc-4c2cea3940c2896c000693adeb9ba9d1518bd730.tar.gz |
Use gcc and binutils packages if the system's are not new enough.
Makes it build on at least 1.5.2/i386.
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} |