diff options
author | grant <grant> | 2004-02-10 13:05:06 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-10 13:05:06 +0000 |
commit | 08f6372bcce887f9736bd41d2bcd5df6a7e06754 (patch) | |
tree | 122a6adc2e02769585c9383df3df60770a960e38 /www | |
parent | eaf05ac5ebe98521429e29c4b0c4675d244e3ffc (diff) | |
download | pkgsrc-08f6372bcce887f9736bd41d2bcd5df6a7e06754.tar.gz |
no reason this shouldn't work on any i386 platform.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-bin-realplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-bin-realplayer/Makefile b/www/firefox-bin-realplayer/Makefile index 4ef6203a8a3..aaab554d48c 100644 --- a/www/firefox-bin-realplayer/Makefile +++ b/www/firefox-bin-realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2004/02/10 12:58:19 grant Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/10 13:05:06 grant Exp $ DISTNAME= firefox-bin-realplayer-1.0 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= RealAudio and RealVideo player plugin for firefox-bin DEPENDS+= firefox-bin>=0.8:../../www/firefox-bin DEPENDS+= realplayer-[0-9]*:../../multimedia/realplayer -ONLY_FOR_PLATFORM= NetBSD-*-i386 +ONLY_FOR_PLATFORM= *-*-i386 WRKSRC= ${WRKDIR} NO_CHECKSUM= YES |