summaryrefslogtreecommitdiff
path: root/graphics/mencoder
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-28 07:00:45 +0000
committerjlam <jlam>2002-08-28 07:00:45 +0000
commit5af7286b1c743bc0c3ced91bf9db172831b5ef43 (patch)
tree645ac2c3702084b4a1e47f69de378561898064bd /graphics/mencoder
parent83a700967a5dbbf98a3e8251858c384859600d26 (diff)
downloadpkgsrc-5af7286b1c743bc0c3ced91bf9db172831b5ef43.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'graphics/mencoder')
-rw-r--r--graphics/mencoder/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/mencoder/Makefile b/graphics/mencoder/Makefile
index e9895bd9d1c..12855948690 100644
--- a/graphics/mencoder/Makefile
+++ b/graphics/mencoder/Makefile
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.2 2002/06/08 23:41:56 veego Exp $
+# $NetBSD: Makefile,v 1.3 2002/08/28 07:00:46 jlam Exp $
.include "../../graphics/mplayer-share/Makefile.common"
PKGNAME= mencoder-${MPLAYER_PKG_VERSION}
COMMENT= Simple movie encoder for MPlayer-playable movies
-CONFIGURE_ARGS+= --disable-nas
+USE_BUILDLINK2= # defined
+CONFIGURE_ARGS+= --disable-nas
ALL_TARGET= mencoder
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mencoder ${PREFIX}/bin
- ${LN} -s ${PREFIX}/man/man1/mplayer.1 ${PREFIX}/man/man1/mencoder.1
+ ${LN} -s ${PREFIX}/man/man1/mplayer.1 ${PREFIX}/man/man1/mencoder.1
-.include "../../audio/lame/buildlink.mk"
.include "../../graphics/mplayer-share/Makefile.depends"
+
+.include "../../audio/lame/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"