From fedd1de790f00ae70d049e23453ea259db9983c0 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 12 Feb 2006 15:49:49 +0000 Subject: Further investigation revealed that yasm is needed on amd64. --- multimedia/xvidcore/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/xvidcore/Makefile b/multimedia/xvidcore/Makefile index 83e0c798259..0f27202e3ef 100644 --- a/multimedia/xvidcore/Makefile +++ b/multimedia/xvidcore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/02/12 14:36:43 ghen Exp $ +# $NetBSD: Makefile,v 1.18 2006/02/12 15:49:49 joerg Exp $ # DISTNAME= xvidcore-1.1.0 @@ -11,8 +11,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.xvid.org/ COMMENT= ISO MPEG-4 compliant video codec -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" +.if ${MACHINE_ARCH} == "i386" BUILD_DEPENDS+= nasm>=0.98.34:../../devel/nasm +.elif ${MACHINE_ARCH} == "x86_64" +BUILD_DEPENDS+= yasm>=0.4.0:../../devel/yasm .endif PKG_INSTALLATION_TYPES= overwrite pkgviews -- cgit v1.2.3