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

(-)Makefile (-1 / +6 lines)
Lines 21-27 Link Here
21
		LDFLAGS="-L${LOCALBASE}/lib"
21
		LDFLAGS="-L${LOCALBASE}/lib"
22
22
23
OPTIONS=	NLS "Native language support" on \
23
OPTIONS=	NLS "Native language support" on \
24
		CLOCK_SCREEN "Enable clock screen" on
24
		CLOCK_SCREEN "Enable clock screen" on \
25
		SEARCH_SCREEN "Enable search screen" on
25
26
26
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
27
28
Lines 47-52 Link Here
47
CONFIGURE_ARGS+=--enable-clock-screen
48
CONFIGURE_ARGS+=--enable-clock-screen
48
.endif
49
.endif
49
50
51
.if !defined(WITHOUT_SEARCH_SCREEN)
52
CONFIGURE_ARGS+=--enable-search-screen
53
.endif
54
50
MAN1=		ncmpc.1
55
MAN1=		ncmpc.1
51
56
52
do-install:
57
do-install:

Return to bug 121432