Fix create_dirac_testfile.pl interpreter. Bump PKGREVISION.

This commit is contained in:
hasso 2009-07-14 18:44:23 +00:00
parent a379fe744d
commit 11d0334347

View file

@ -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"