diff options
author | pav <pav@FreeBSD.org> | 2004-02-01 18:53:50 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-01 18:53:50 +0000 |
commit | e82d741d4cd79e9feda2424485d8c9e9ba038b31 (patch) | |
tree | 4dc77ce719285db7e7d9c2cc7628bd99d0a4d835 /multimedia | |
parent | 512a83bc23ee506968db86dcdda10dce703fbfd6 (diff) | |
download | FreeBSD-ports-e82d741d4cd79e9feda2424485d8c9e9ba038b31.zip FreeBSD-ports-e82d741d4cd79e9feda2424485d8c9e9ba038b31.tar.gz |
- Mark as only for i386 and point users to port that works on all archs
PR: ports/62225
Submitted by: amistry <amistry@am-productions.biz> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/avidemux/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile index d2a0cb1..f04b1d1 100644 --- a/multimedia/avidemux/Makefile +++ b/multimedia/avidemux/Makefile @@ -36,6 +36,10 @@ USE_GMAKE= yes .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +IGNORE= requires an x86-32 processor, if you are using other platforms install avidemux2, which includes support for non-i386 systems +.endif + .if exists(${LOCALBASE}/lib/liba52.so.0) WITH_A52= yes .endif |