diff options
-rw-r--r-- | multimedia/libvpx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index e1e5d2ef0e9..c84df957f34 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/05/22 20:42:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2012/07/20 14:26:50 fhajny Exp $ DISTNAME= libvpx-v1.1.0 PKGNAME= ${DISTNAME:S/-v/-/} @@ -33,6 +33,7 @@ REPLACE_BASH= configure \ build/make/configure.sh \ build/make/version.sh \ build/make/gen_asm_deps.sh \ + build/make/rtcd.sh \ examples/gen_example_text.sh \ examples/gen_example_code.sh |