diff options
author | gdt <gdt> | 2007-12-23 14:36:30 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-12-23 14:36:30 +0000 |
commit | a46546710e67f3fc3a53fdfb36b74461fdee22bf (patch) | |
tree | 8cc22295ec330f3012db344542768e10d6e32bf8 /multimedia/mplayer | |
parent | a7a081851215a1756f993ea3ecc5c5a91c3b925b (diff) | |
download | pkgsrc-a46546710e67f3fc3a53fdfb36b74461fdee22bf.tar.gz |
# pci_ids.c is created and then used without adequate dependencies
# being expressed.
MAKE_JOBS_SAFE= no
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 77ec9d15a99..eb4264abb38 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2007/12/21 16:07:48 tron Exp $ +# $NetBSD: Makefile,v 1.49 2007/12/23 14:36:30 gdt Exp $ PKGNAME= mplayer-${MPLAYER_PKG_VERSION} PKGREVISION= 1 @@ -7,6 +7,10 @@ COMMENT= Software-only MPEG-1/2/4 video decoder .include "../../multimedia/mplayer-share/Makefile.common" +# pci_ids.c is created and then used without adequate dependencies +# being expressed. +MAKE_JOBS_SAFE= no + CONFIGURE_ARGS+= --disable-mencoder CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer |