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

(-)Makefile (-1 / +1 lines)
Lines 174-180 Link Here
174
LIB_DEPENDS+=	libunwind.so:devel/libunwind
174
LIB_DEPENDS+=	libunwind.so:devel/libunwind
175
.endif
175
.endif
176
176
177
.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
177
.if ${ARCH:Mpowerpc*} || ${ARCH} == "sparc64"
178
USES+=				lua
178
USES+=				lua
179
CONFIGURE_ARGS+=		--enable-lua-old
179
CONFIGURE_ARGS+=		--enable-lua-old
180
PLIST_SUB+=			ELUA="@comment "
180
PLIST_SUB+=			ELUA="@comment "

Return to bug 239375