From 3954e1a79d4c0caf583ad74a58fccae0b5bbaf4d Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 8 Mar 2007 09:07:41 +0000 Subject: Fixed AWK interpreter in two scripts. PKGREVISION++ --- multimedia/transcode/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'multimedia/transcode') 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 -- cgit v1.2.3