summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorhasso <hasso>2009-07-14 18:44:23 +0000
committerhasso <hasso>2009-07-14 18:44:23 +0000
commit508c35093299a7e14ef3350493f580bc00b257db (patch)
tree937682847c3c993a0848d8c56e4e032005d7e03a /multimedia
parent5779366f1294c1f07a10225240b0c9561fc37de5 (diff)
downloadpkgsrc-508c35093299a7e14ef3350493f580bc00b257db.tar.gz
Fix create_dirac_testfile.pl interpreter. Bump PKGREVISION.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dirac/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile
index fb8d095e615..135a3c6354e 100644
--- a/multimedia/dirac/Makefile
+++ b/multimedia/dirac/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2009/06/11 17:27:02 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2009/07/14 18:44:23 hasso Exp $
#
DISTNAME= dirac-1.0.2
+PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dirac/}
@@ -11,11 +12,13 @@ COMMENT= Open-source video codec designed at the BBC
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config perl:run
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= dirac.pc.in
+REPLACE_PERL= tests/create_dirac_testfile.pl
+
.include "../../mk/bsd.pkg.mk"