summaryrefslogtreecommitdiff
path: root/graphics/transcode/Makefile
diff options
context:
space:
mode:
authorjmc <jmc>2003-08-18 14:34:10 +0000
committerjmc <jmc>2003-08-18 14:34:10 +0000
commit5b4ca8c14dbca42d891432ca7275a4812a280a42 (patch)
treec4e92f7710ed08d933202d2dfefc2656a4879c92 /graphics/transcode/Makefile
parentf6a021137715541641a142087dc41c07c171164b (diff)
downloadpkgsrc-5b4ca8c14dbca42d891432ca7275a4812a280a42.tar.gz
This needs nasm-devel in order to compile export_mpeg. Bump version as well.
Diffstat (limited to 'graphics/transcode/Makefile')
-rw-r--r--graphics/transcode/Makefile6
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