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

(-)audio/ncmpcpp/Makefile (-2 / +2 lines)
Lines 19-31 LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ Link Here
19
		libboost_filesystem.so:devel/boost-libs \
19
		libboost_filesystem.so:devel/boost-libs \
20
		libcurl.so:ftp/curl
20
		libcurl.so:ftp/curl
21
21
22
USES=		compiler:c++14-lang gnome iconv libtool localbase ncurses:port \
22
USES=		compiler:c++14-lang gnome iconv libtool localbase ncurses \
23
		pkgconfig readline tar:bzip2
23
		pkgconfig readline tar:bzip2
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
USE_GNOME=	glib20
25
USE_GNOME=	glib20
26
CPPFLAGS+=	-DU_USING_ICU_NAMESPACE=1
26
CPPFLAGS+=	-DU_USING_ICU_NAMESPACE=1
27
LDFLAGS+=	-lpthread
27
LDFLAGS+=	-lpthread
28
CONFIGURE_ENV=	BOOST_LIB_SUFFIX=""
28
CONFIGURE_ENV=	BOOST_LIB_SUFFIX="" ncursesw_CFLAGS="-L${NCURSESLIB}" ncursesw_LIBS="-lncursesw"
29
29
30
OPTIONS_DEFINE=	CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER
30
OPTIONS_DEFINE=	CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER
31
OPTIONS_DEFAULT=	CLOCK OUTPUTS TAGLIB UTF8 VISUALIZER
31
OPTIONS_DEFAULT=	CLOCK OUTPUTS TAGLIB UTF8 VISUALIZER

Return to bug 243940