diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-09 13:07:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-09 13:07:06 +0000 |
commit | ad92e3c4d22c6fb9f654937488a2b42b424c8b4b (patch) | |
tree | 81cb21f44a6ad859ca04c6914794b3e82e2ac0f6 /audio | |
parent | f889c7a8522b83f8c3811ead9195a56a8add6b82 (diff) | |
download | pkgsrc-ad92e3c4d22c6fb9f654937488a2b42b424c8b4b.tar.gz |
extract step is also interactive, mark it as such.
Noted by Urban Boquist in pkg/17893.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/realplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/realplayer/Makefile b/audio/realplayer/Makefile index 612532193ed..b26734437fd 100644 --- a/audio/realplayer/Makefile +++ b/audio/realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/07/02 11:28:30 agc Exp $ +# $NetBSD: Makefile,v 1.11 2002/08/09 13:07:06 wiz Exp $ DISTNAME= rp8_linux20_libc6_i386_cs2 PKGNAME= realplayer-8.0.1 @@ -22,7 +22,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} ONLY_FOR_PLATFORM= NetBSD-*-i386 CRYPTO= # defined -INTERACTIVE_STAGE= fetch +INTERACTIVE_STAGE= fetch extract CHECK_SHLIBS= NO XAUTHORITY?= ${HOME}/.Xauthority |