summaryrefslogtreecommitdiff
path: root/graphics/ffmpeg
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-09 14:24:03 +0000
committerwiz <wiz@pkgsrc.org>2002-10-09 14:24:03 +0000
commitc0ca9f6942f01aaf45ed9d3e0f7a8075d5796908 (patch)
treed4ca54f4c56c41d8d789ec65454b4fcd20ef377e /graphics/ffmpeg
parentb5c36bd8550f7f35d568a2367bdd17a53f972bc9 (diff)
downloadpkgsrc-c0ca9f6942f01aaf45ed9d3e0f7a8075d5796908.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'graphics/ffmpeg')
-rw-r--r--graphics/ffmpeg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/ffmpeg/Makefile b/graphics/ffmpeg/Makefile
index 20890e2a847..d24419cfa55 100644
--- a/graphics/ffmpeg/Makefile
+++ b/graphics/ffmpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/03/22 11:59:18 tron Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/09 14:24:03 wiz Exp $
DISTNAME= ffmpeg-0.4.5
PKGREVISION= 1
@@ -12,6 +12,7 @@ COMMENT= MPEG decoding, encoding and streaming software
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
HAS_CONFIGURE= YES
+USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
MAKE_ENV+= EXTRA_LIBS="${LIBGETOPT}" \
@@ -29,5 +30,5 @@ post-install:
${MV} ${PREFIX}/share/doc/ffmpeg/ffserver.conf \
${PREFIX}/share/examples/ffmpeg
-.include "../../devel/libgetopt/buildlink.mk"
+.include "../../devel/libgetopt/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"