diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 18:53:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 18:53:50 +0000 |
commit | 258de68afca7575981508575eeb5d450569e6985 (patch) | |
tree | 9915953e0075482b475b2fa5c49d5790791d8c8f /multimedia | |
parent | 30c72bbbb6d120ceea8dd70c2c40c726571e588b (diff) | |
download | ports-258de68afca7575981508575eeb5d450569e6985.tar.gz ports-258de68afca7575981508575eeb5d450569e6985.zip |
Notes
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 d2a0cb1ccdc3..f04b1d1d4319 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 |