diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-28 07:00:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-28 07:00:45 +0000 |
commit | 1b2f7013b853025b2f8465c86775fb54a090a21a (patch) | |
tree | 645ac2c3702084b4a1e47f69de378561898064bd /graphics/mplayer | |
parent | 9f6ae1c4bf3e471d5d20d8d1b49630bba37a0d41 (diff) | |
download | pkgsrc-1b2f7013b853025b2f8465c86775fb54a090a21a.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'graphics/mplayer')
-rw-r--r-- | graphics/mplayer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index 33d3d9e45b1..05362c95b32 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.26 2002/06/08 23:41:56 veego Exp $ +# $NetBSD: Makefile,v 1.27 2002/08/28 07:00:47 jlam Exp $ .include "../../graphics/mplayer-share/Makefile.common" PKGNAME= mplayer-${MPLAYER_PKG_VERSION} COMMENT= Software only MPEG-1/2/4 video decoder +USE_BUILDLINK2= # defined CONFIGURE_ARGS+= --disable-mencoder do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin -.include "../../audio/nas/buildlink.mk" .include "../../graphics/mplayer-share/Makefile.depends" + +.include "../../audio/nas/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |