diff options
author | jmc <jmc@pkgsrc.org> | 2003-08-18 14:34:10 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-08-18 14:34:10 +0000 |
commit | 6dc93df3658c9cdf717ded14e879852ddf8bea20 (patch) | |
tree | c4e92f7710ed08d933202d2dfefc2656a4879c92 /graphics | |
parent | 0eb3247a255eefd23abca12c53b09f9aba46ef55 (diff) | |
download | pkgsrc-6dc93df3658c9cdf717ded14e879852ddf8bea20.tar.gz |
This needs nasm-devel in order to compile export_mpeg. Bump version as well.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/transcode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/transcode/Makefile b/graphics/transcode/Makefile index 31a2a8adfdf..dec9a96a112 100644 --- a/graphics/transcode/Makefile +++ b/graphics/transcode/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 |