diff options
author | rh <rh@pkgsrc.org> | 2000-03-22 08:50:15 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-03-22 08:50:15 +0000 |
commit | 1831d43650d401cc5fee26f26d98d32d030521e6 (patch) | |
tree | a51a243c298b1222bf4319cb2f508042b5fc0b7c /audio | |
parent | 6134e8ff7eb442483a235d94cc76bd476869e0b0 (diff) | |
download | pkgsrc-1831d43650d401cc5fee26f26d98d32d030521e6.tar.gz |
Disable realplayerG2 and mark as superseded by realplayer7
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | audio/realplayerG2/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/Makefile b/audio/Makefile index cdacba9df10..8e1075e4a99 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2000/03/22 08:43:56 rh Exp $ +# $NetBSD: Makefile,v 1.59 2000/03/22 08:50:15 rh Exp $ # SUBDIR += ac3dec @@ -62,7 +62,6 @@ SUBDIR += musicbox SUBDIR += nas SUBDIR += nspmod - SUBDIR += realplayerG2 SUBDIR += realplayer7 SUBDIR += rio SUBDIR += rplay diff --git a/audio/realplayerG2/Makefile b/audio/realplayerG2/Makefile index 4a3de58262f..2192dec0f56 100644 --- a/audio/realplayerG2/Makefile +++ b/audio/realplayerG2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/17 22:44:19 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/03/22 08:50:16 rh Exp $ # DISTNAME= g2a1_linux22 @@ -10,6 +10,8 @@ EXTRACT_SUFX= .bin MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.real.com/products/player/ +IGNORE= "superseded by realplayer7 package" + DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux ONLY_FOR_PLATFORM= NetBSD-*-i386 |