diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-20 10:23:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-20 10:23:59 +0000 |
commit | 4d283ae04871ffcc5600de762321229e0d1bd055 (patch) | |
tree | aea1511e08eb85e583fb4bee19570f6d33302c81 /www | |
parent | 540ad413f820a85a3a3368fe38234d2716d4ff30 (diff) | |
download | pkgsrc-4d283ae04871ffcc5600de762321229e0d1bd055.tar.gz |
Change dependency to RealPlayerGold, bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-bin-realplayer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox-bin-realplayer/Makefile b/www/firefox-bin-realplayer/Makefile index 3cdf1a496c1..5a248dc4773 100644 --- a/www/firefox-bin-realplayer/Makefile +++ b/www/firefox-bin-realplayer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:40 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/07/20 10:23:59 wiz Exp $ DISTNAME= firefox-bin-realplayer-1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www audio graphics MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +10,7 @@ MAINTAINER= kei@NetBSD.org COMMENT= RealAudio and RealVideo player plugin for firefox-bin DEPENDS+= firefox-bin>=0.8:../../www/firefox-bin -DEPENDS+= realplayer-[0-9]*:../../multimedia/realplayer +DEPENDS+= RealPlayerGold-[0-9]*:../../multimedia/RealPlayerGold ONLY_FOR_PLATFORM= *-*-i386 |