pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/xvidcore xvidcore is only for x86.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0651710e320e
branches:  trunk
changeset: 475470:0651710e320e
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 16 09:22:11 2004 +0000

description:
xvidcore is only for x86.

diffstat:

 multimedia/xvidcore/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0d6ef0137fc0 -r 0651710e320e multimedia/xvidcore/Makefile
--- a/multimedia/xvidcore/Makefile      Sun May 16 08:59:36 2004 +0000
+++ b/multimedia/xvidcore/Makefile      Sun May 16 09:22:11 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index