summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-03-08 09:07:41 +0000
committerrillig <rillig@pkgsrc.org>2007-03-08 09:07:41 +0000
commit3954e1a79d4c0caf583ad74a58fccae0b5bbaf4d (patch)
tree89f389ec71b78a2a1b742bc293a3e1ac15ab32bd /multimedia
parent9096c7d30e39adf72e2ed29719c4530c08b2e30d (diff)
downloadpkgsrc-3954e1a79d4c0caf583ad74a58fccae0b5bbaf4d.tar.gz
Fixed AWK interpreter in two scripts. PKGREVISION++
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/transcode/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 8bab8ebf90b..0640ee7c133 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2007/02/02 16:52:35 abs Exp $
+# $NetBSD: Makefile,v 1.38 2007/03/08 09:07:41 rillig Exp $
#
DISTNAME= transcode-1.0.2
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= multimedia
MASTER_SITES= http://dl.fkb.wormulon.net/transcode/ \
http://dl.kel.wormulon.net/transcode/ \
@@ -15,9 +15,10 @@ COMMENT= Command line video-stream processing tool
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= awk:run gmake pkg-config
USE_LANGUAGES= c c++
+CONFIGURE_ENV+= PATH_TO_AWK=${AWK:Q}
CONFIGURE_ARGS+= --disable-libpostproc
CONFIGURE_ARGS+= --with-libavcodec-prefix=${BUILDLINK_PREFIX.ffmpeg}
CONFIGURE_ARGS+= --enable-oss