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

(-)ports/audio/jack/Makefile (-2 / +3 lines)
Lines 35-41 Link Here
35
35
36
MAN1=		jackd.1 jackstart.1
36
MAN1=		jackd.1 jackstart.1
37
37
38
OPTIONS_DEFINE=	ALSA DOCS
38
OPTIONS_DEFINE=	ALSA DOCS READLINE
39
READLINE_DESC=	Enable Readline support
39
40
40
.include <bsd.port.pre.mk>
41
.include <bsd.port.pre.mk>
41
42
Lines 47-53 Link Here
47
PLIST_SUB+=	DOCS="@comment "
48
PLIST_SUB+=	DOCS="@comment "
48
.endif
49
.endif
49
50
50
.if exists(${LOCALBASE}/lib/libreadline.so.6)
51
.if ${PORT_OPTIONS:MREADLINE}
51
LIB_DEPENDS+=	readline.6:${PORTSDIR}/devel/readline
52
LIB_DEPENDS+=	readline.6:${PORTSDIR}/devel/readline
52
.endif
53
.endif

Return to bug 170517