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

(-)Makefile (-1 / +7 lines)
Lines 21-26 Link Here
21
PORTDOCS=	ChangeLog README
21
PORTDOCS=	ChangeLog README
22
MAN1=		weex.1
22
MAN1=		weex.1
23
23
24
.include <bsd.port.pre.mk>
25
26
.if ${ARCH} == "amd64"
27
BROKEN=		"Does not compile on amd64"
28
.endif
29
24
post-patch:
30
post-patch:
25
	@${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \
31
	@${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \
26
		${WRKSRC}/Makefile.in
32
		${WRKSRC}/Makefile.in
Lines 36-39 Link Here
36
.endfor
42
.endfor
37
.endif
43
.endif
38
44
39
.include <bsd.port.mk>
45
.include <bsd.port.post.mk>

Return to bug 86082