View | Details | Raw Unified | Return to bug 62225
Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	avidemux
8
PORTNAME=	avidemux
9
PORTVERSION=	0.9.0.110
9
PORTVERSION=	0.9.0.110
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
12
MASTER_SITES=	http://fixounet.free.fr/avidemux/
12
MASTER_SITES=	http://fixounet.free.fr/avidemux/
13
DISTNAME=	avidemux-0.9
13
DISTNAME=	avidemux-0.9
Lines 35-40 Link Here
35
USE_GMAKE=	yes
35
USE_GMAKE=	yes
36
36
37
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
38
39
.if ${ARCH} != "i386"
40
IGNORE=		"Requires an x86-32 processor, if you are using other platforms install avidemux2, which includes support for non-i386 systems."
41
.endif
38
42
39
.if exists(${LOCALBASE}/lib/liba52.so.0)
43
.if exists(${LOCALBASE}/lib/liba52.so.0)
40
WITH_A52=	yes
44
WITH_A52=	yes

Return to bug 62225