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

(-)multimedia/libass/Makefile (+10 lines)
Lines 27-30 USE_LDCONFIG= yes Link Here
27
27
28
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
29
29
30
OPTIONS=	HARFBUZZ "use harfbuzz shaping" OFF
31
32
.include <bsd.port.options.mk>
33
34
.if defined(WITH_HARFBUZZ)
35
LIB_DEPENDS+=	harfbuzz.700:${PORTSDIR}/print/harfbuzz
36
.else
37
CONFIGURE_ARGS+=--disable-harfbuzz
38
.endif
39
30
.include <bsd.port.mk>
40
.include <bsd.port.mk>

Return to bug 162042