X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-cinelerra-cv.git;a=blobdiff_plain;f=Makefile;h=534c6c98dfb77811d48012d8fb145866a5fbe0ba;hp=002c22d0ad58fd4101dcc09602c803ee812409b8;hb=87c2356b882501ea29759f4b90c03993c51c3c73;hpb=8b050a68db48f7b9e6402a9a19c4898ef636ab83 diff --git a/Makefile b/Makefile index 002c22d..534c6c9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # $NetBSD$ # -DISTNAME= cinelerra-cv +DISTNAME= cinelerra-cv-2.1 CATEGORIES= multimedia MAINTAINER= pho@cielonegro.org @@ -36,6 +36,12 @@ post-patch: ${RUN} cd ${WRKSRC} && \ ./autogen.sh +# We need 'xxd' in build time, which is in the vim-share package. +BUILD_DEPENDS+= vim-share-[0-9]*:../../editors/vim-share + +# cinelerra has some assembler source files. +BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm + .include "../../audio/alsa-lib/buildlink3.mk" .include "../../audio/faac/buildlink3.mk" .include "../../audio/faad2/buildlink3.mk"