summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjoerg <joerg>2006-02-12 15:49:49 +0000
committerjoerg <joerg>2006-02-12 15:49:49 +0000
commitfedd1de790f00ae70d049e23453ea259db9983c0 (patch)
treef4868066f47e5ba8e4df4c0e5460c74f8d7bbeed /multimedia
parent95ba93bb97c27a571a09efa00b5feab3951a95fe (diff)
downloadpkgsrc-fedd1de790f00ae70d049e23453ea259db9983c0.tar.gz
Further investigation revealed that yasm is needed on amd64.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xvidcore/Makefile6
1 files changed, 4 insertions, 2 deletions
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