summaryrefslogtreecommitdiff
path: root/multimedia/xvidcore
diff options
context:
space:
mode:
authorghen <ghen>2006-02-12 14:36:43 +0000
committerghen <ghen>2006-02-12 14:36:43 +0000
commit8145a7b1ca31c1b16b104492a35c9647e80a76db (patch)
treec56e962baacc11337115c33d950517081a78c86c /multimedia/xvidcore
parent629e441b83da23b8b18656bfe76fa94938f7f9cb (diff)
downloadpkgsrc-8145a7b1ca31c1b16b104492a35c9647e80a76db.tar.gz
- remove the ONLY_FOR_PLATFORM line as it has been reported to build on
netbsd/alpha and solaris/sparc as well. Bulk builds will point out which platforms are not supported. - nasm dependency is only useful on i386 and amd64. Ok with joerg. This fixes PR#32803.
Diffstat (limited to 'multimedia/xvidcore')
-rw-r--r--multimedia/xvidcore/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/xvidcore/Makefile b/multimedia/xvidcore/Makefile
index ea439778a79..83e0c798259 100644
--- a/multimedia/xvidcore/Makefile
+++ b/multimedia/xvidcore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:10:19 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/02/12 14:36:43 ghen Exp $
#
DISTNAME= xvidcore-1.1.0
@@ -11,9 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.xvid.org/
COMMENT= ISO MPEG-4 compliant video codec
-ONLY_FOR_PLATFORM+= *-*-i386 *-*-powerpc *-*-x86_64
-
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
BUILD_DEPENDS+= nasm>=0.98.34:../../devel/nasm
+.endif
PKG_INSTALLATION_TYPES= overwrite pkgviews