diff options
author | fredb <fredb@pkgsrc.org> | 2003-02-07 18:09:26 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-02-07 18:09:26 +0000 |
commit | 25ef3918d74b70188b8d749c0dd1ca80e616f5b8 (patch) | |
tree | dc078555335768771af99e8a935c453246e8db2d /audio/trplayer | |
parent | 143d3f6f2cdc56e8a465447f634ceaca395f0b1f (diff) | |
download | pkgsrc-25ef3918d74b70188b8d749c0dd1ca80e616f5b8.tar.gz |
Mark this package interactive, so it gets properly skipped over on
bulk builds, rather than choking up on the unfillfulled dependency
on realplayer, which package is truly interactive.
We have to make the INTERACTIVE_STAGE=fetch, because "configure" is
too late. It's really the "dependency installing phase" that's
interactive, but is there is no such phase -- dependencies are
installed pursuant to "extract". This whole thing needs to revisited
after the 1.6.1 freeze.
Diffstat (limited to 'audio/trplayer')
-rw-r--r-- | audio/trplayer/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/trplayer/Makefile b/audio/trplayer/Makefile index 59711290c2e..93dccf73f45 100644 --- a/audio/trplayer/Makefile +++ b/audio/trplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/01/22 10:06:14 simonb Exp $ +# $NetBSD: Makefile,v 1.3 2003/02/07 18:09:26 fredb Exp $ # DISTNAME= trplayer-1.2.0 @@ -17,8 +17,10 @@ DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat DEPENDS+= suse_libc5>=7.3:../../emulators/${SUSE_DIR_PREFIX}_libc5 DEPENDS+= suse_slang>=7.3:../../emulators/${SUSE_DIR_PREFIX}_slang -LICENSE= trplayer-license -ONLY_FOR_PLATFORM= NetBSD-1.6*-i386 +INTERACTIVE_STAGE= fetch # XXX Not really! +#INTERACTIVE_STAGE= install-depends +LICENSE= trplayer-license +ONLY_FOR_PLATFORM= NetBSD-1.6*-i386 CHECK_SHLIBS= NO NO_BUILD= YES |