diff options
author | drochner <drochner@pkgsrc.org> | 2006-08-11 09:37:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-08-11 09:37:11 +0000 |
commit | 263d41c9f899613415abc67c6326968b5a5dd07f (patch) | |
tree | 7a661c38ca4c18d3ba2bf9ee609f959f6830a904 | |
parent | 734f97faa56f012a58d1b88fffd67e5f0bf47253 (diff) | |
download | pkgsrc-263d41c9f899613415abc67c6326968b5a5dd07f.tar.gz |
-use tools framework for texi2html
-also use pod2man
-rw-r--r-- | multimedia/ffmpeg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index c7196d79516..ed4c143c005 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/08/11 05:40:47 ben Exp $ +# $NetBSD: Makefile,v 1.28 2006/08/11 09:37:11 drochner Exp $ DISTNAME= ffmpeg-0.4.9-pre1 PKGNAME= ffmpeg-0.4.9pre1 @@ -11,10 +11,9 @@ HOMEPAGE= http://ffmpeg.sourceforge.net/ COMMENT= MPEG decoding, encoding and streaming software HAS_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake texi2html pod2man USE_LIBTOOL= YES -BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html CONFLICTS+= ffmpeg-devel-[0-9]* REPLACE_PERL+= doc/texi2pod.pl |