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

(-)./Makefile (-3 / +2 lines)
Lines 33-41 Link Here
33
33
34
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
35
35
36
.if ${ARCH} == "amd64"
36
#Does not build on amd64 (Needs to link against shared library)
37
BROKEN=		"Does not build on amd64 (Needs to link against shared library)"
37
NOT_FOR_ARCHS=	amd64
38
.endif
39
38
40
post-extract:
39
post-extract:
41
	${CP} -Rp `${LV_WRKSRC_CMD}` ${WRKSRC}/lv
40
	${CP} -Rp `${LV_WRKSRC_CMD}` ${WRKSRC}/lv

Return to bug 138796