diff options
author | tron <tron@pkgsrc.org> | 2000-09-08 07:35:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-09-08 07:35:02 +0000 |
commit | 1ef8aed6c2c0241d5f6d8d2de3206d098fdd3e83 (patch) | |
tree | 34cb5c8229dd882f3cc620b603a09eee672c0603 /audio | |
parent | 527526c5c356f2f4c21c832cefd84e2aa7c7519a (diff) | |
download | pkgsrc-1ef8aed6c2c0241d5f6d8d2de3206d098fdd3e83.tar.gz |
Real Player doesn't need all of "suse_linux", just "suse_x11".
Diffstat (limited to 'audio')
-rw-r--r-- | audio/realplayer7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/realplayer7/Makefile b/audio/realplayer7/Makefile index e1e58dd3371..e1cd337d9c9 100644 --- a/audio/realplayer7/Makefile +++ b/audio/realplayer7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/08/31 02:35:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2000/09/08 07:35:02 tron Exp $ # DISTNAME= rp7_linux20_libc6_i386_cs1 @@ -11,7 +11,7 @@ EXTRACT_SUFX= .bin MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.real.com/products/player/ -DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux +DEPENDS+= suse_linux>=6.1:../../emulators/suse_x11 RESTRICTED= "Export-controlled, redistribution not permitted" NO_SRC_ON_FTP= ${RESTRICTED} |