diff options
author | grant <grant@pkgsrc.org> | 2004-05-16 09:22:11 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-16 09:22:11 +0000 |
commit | 58f01c9dd360ce17da1b81bd89f25e6d6fa1cd34 (patch) | |
tree | 5f0157f439791c3aea683f0bd7da6a3415c19848 /multimedia | |
parent | c2b1f8d14c6e171bc4f32b98fdae4ccd1b2d83c2 (diff) | |
download | pkgsrc-58f01c9dd360ce17da1b81bd89f25e6d6fa1cd34.tar.gz |
xvidcore is only for x86.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xvidcore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/xvidcore/Makefile b/multimedia/xvidcore/Makefile index c500200be29..1cc4714fd94 100644 --- a/multimedia/xvidcore/Makefile +++ b/multimedia/xvidcore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/03/28 23:09:51 snj Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/16 09:22:11 grant Exp $ # DISTNAME= xvidcore-1.0.0-rc3 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.xvid.org/ COMMENT= ISO MPEG-4 compliant video codec +ONLY_FOR_PLATFORM+= *-*-i386 + BUILD_DEPENDS+= nasm>=0.98.34:../../devel/nasm WRKSRC= ${WRKDIR}/${DISTNAME}/build/generic |