diff options
author | soren <soren> | 2000-02-09 00:19:22 +0000 |
---|---|---|
committer | soren <soren> | 2000-02-09 00:19:22 +0000 |
commit | 1190cf618e2f614ebd183ba6b6cd42958960f055 (patch) | |
tree | 56d5148cbde7f7ebd640e0a667054aada13270c1 /audio/rvplayer/Makefile | |
parent | 26bd98f9b28c8f0cab5ab896833aff82b8e20785 (diff) | |
download | pkgsrc-1190cf618e2f614ebd183ba6b6cd42958960f055.tar.gz |
The distfile must be fetched manually, so mark as interactive.
Diffstat (limited to 'audio/rvplayer/Makefile')
-rw-r--r-- | audio/rvplayer/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/rvplayer/Makefile b/audio/rvplayer/Makefile index b9f618fd951..ad7d973a855 100644 --- a/audio/rvplayer/Makefile +++ b/audio/rvplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/01/13 11:15:09 soren Exp $ +# $NetBSD: Makefile,v 1.6 2000/02/09 00:19:22 soren Exp $ # DISTNAME= rv50_linux20 @@ -10,11 +10,12 @@ MASTER_SITES= MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.real.com/products/player/ -NO_CDROM= "Redistribution not permitted" -RESTRICTED= "Export-controlled" -MIRROR_DISTFILE= no +NO_CDROM= "Redistribution not permitted" +RESTRICTED= "Export-controlled" +MIRROR_DISTFILE= no +IS_INTERACTIVE= yes -ONLY_FOR_PLATFORM= NetBSD-*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 DEPENDS= suse_linux>=6.1:../../emulators/suse_linux REAL_HOME= ${PREFIX}/lib/rvplayer |