pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg Change texi2html from a runtime to a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6afa45f325c
branches:  trunk
changeset: 517446:b6afa45f325c
user:      ben <ben%pkgsrc.org@localhost>
date:      Fri Aug 11 05:40:47 2006 +0000

description:
Change texi2html from a runtime to a buildtime dependency.

diffstat:

 multimedia/ffmpeg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a9e80cf9e134 -r b6afa45f325c multimedia/ffmpeg/Makefile
--- a/multimedia/ffmpeg/Makefile        Fri Aug 11 03:15:30 2006 +0000
+++ b/multimedia/ffmpeg/Makefile        Fri Aug 11 05:40:47 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/08/11 03:13:04 ben Exp $
+# $NetBSD: Makefile,v 1.27 2006/08/11 05:40:47 ben Exp $
 
 DISTNAME=      ffmpeg-0.4.9-pre1
 PKGNAME=       ffmpeg-0.4.9pre1
@@ -14,7 +14,7 @@
 USE_TOOLS+=    gmake
 USE_LIBTOOL=   YES
 
-DEPENDS+=      texi2html-[0-9]*:../../textproc/texi2html
+BUILD_DEPENDS+=        texi2html-[0-9]*:../../textproc/texi2html
 CONFLICTS+=    ffmpeg-devel-[0-9]*
 
 REPLACE_PERL+= doc/texi2pod.pl



Home | Main Index | Thread Index | Old Index