diff options
-rw-r--r-- | audio/trplayer/Makefile | 4 | ||||
-rw-r--r-- | www/MozillaFirebird-bin-realplayer/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/trplayer/Makefile b/audio/trplayer/Makefile index 6ad6d837d4d..17e56cf40b4 100644 --- a/audio/trplayer/Makefile +++ b/audio/trplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/22 08:46:43 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/26 13:12:38 jmmv Exp $ # DISTNAME= trplayer-1.2.0 @@ -14,7 +14,7 @@ COMMENT= Text-mode Realmedia Player .if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386" BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg -DEPENDS+= realplayer>=8.0.1:../../audio/realplayer +DEPENDS+= realplayer>=8.0.1:../../multimedia/realplayer DEPENDS+= suse_base>=7.3:../../emulators/${SUSE_DIR_PREFIX}_base DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat DEPENDS+= suse_libc5>=7.3:../../emulators/${SUSE_DIR_PREFIX}_libc5 diff --git a/www/MozillaFirebird-bin-realplayer/Makefile b/www/MozillaFirebird-bin-realplayer/Makefile index b53613d0302..4defc9e6f17 100644 --- a/www/MozillaFirebird-bin-realplayer/Makefile +++ b/www/MozillaFirebird-bin-realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:27:57 agc Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/26 13:12:38 jmmv Exp $ DISTNAME= MozillaFirebird-bin-realplayer-1.0 PKGREVISION= 1 @@ -10,7 +10,7 @@ MAINTAINER= kei@NetBSD.org COMMENT= RealAudio and RealVideo player plugin for MozillaFirebird-bin DEPENDS+= MozillaFirebird-bin>=0.6.1:../../www/MozillaFirebird-bin -DEPENDS+= realplayer-[0-9]*:../../audio/realplayer +DEPENDS+= realplayer-[0-9]*:../../multimedia/realplayer # this package was previously called "phoenix-bin-realplayer" CONFLICTS+= phoenix-bin-realplayer-[0-9]* |