pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/transcode This needs nasm-devel in order to c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0092e71e3a08
branches:  trunk
changeset: 460087:0092e71e3a08
user:      jmc <jmc%pkgsrc.org@localhost>
date:      Mon Aug 18 14:34:10 2003 +0000

description:
This needs nasm-devel in order to compile export_mpeg. Bump version as well.

diffstat:

 graphics/transcode/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 309c44abc874 -r 0092e71e3a08 graphics/transcode/Makefile
--- a/graphics/transcode/Makefile       Mon Aug 18 14:32:41 2003 +0000
+++ b/graphics/transcode/Makefile       Mon Aug 18 14:34:10 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/07/26 21:41:26 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2003/08/18 14:34:10 jmc Exp $
 
 DISTNAME=      transcode-0.6.7
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.zebra.fh-weingarten.de/~transcode/pre/
 
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/
 COMMENT=       Command line video-stream processing tool
 
-BUILD_DEPENDS+=                nasm>=0.98:../../devel/nasm
+BUILD_DEPENDS+=                nasm>=0.98.36:../../devel/nasm-devel
 
 USE_BUILDLINK2=                yes
 USE_GMAKE=             yes



Home | Main Index | Thread Index | Old Index