diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-20 17:23:44 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-20 17:23:44 +0000 |
commit | d5818b586d283c5d3732a55f822db73cf263afc2 (patch) | |
tree | 6538e1b4a8762bd9aa21f6065638a05102ac1220 /multimedia/mplayer | |
parent | 6b431737cdcc3c1fb0aff8164f743ef86b772f4e (diff) | |
download | pkgsrc-d5818b586d283c5d3732a55f822db73cf263afc2.tar.gz |
bl3ify
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 8d403b8bf85..bfe3ffae165 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 12:08:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/20 17:32:33 jmmv Exp $ PKGNAME= mplayer-${MPLAYER_PKG_VERSION} PKGREVISION= 1 @@ -6,7 +6,7 @@ COMMENT= Software-only MPEG-1/2/4 video decoder .include "../../multimedia/mplayer-share/Makefile.common" -USE_BUILDLINK2= # defined +USE_BUILDLINK3= YES CONFIGURE_ARGS+= --disable-mencoder CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer |