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

(-)audio/ncpamixer/Makefile (-3 / +10 lines)
Lines 12-26 LICENSE_FILE= ${WRKSRC}/../LICENSE Link Here
12
12
13
LIB_DEPENDS=	libpulse.so:audio/pulseaudio
13
LIB_DEPENDS=	libpulse.so:audio/pulseaudio
14
14
15
USES=		cmake compiler:c++17-lang ncurses:port
15
USES=		cmake compiler:c++17-lang
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	fulhax
18
GH_ACCOUNT=	fulhax
19
19
20
WRKSRC_SUBDIR=	src
20
WRKSRC_SUBDIR=	src
21
21
22
CFLAGS+=	-I${LOCALBASE}/include/ncurses # USES=ncurses:port fails to add this
23
24
PLIST_FILES=	bin/${PORTNAME}
22
PLIST_FILES=	bin/${PORTNAME}
25
23
24
.include <bsd.port.options.mk>
25
26
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079
27
USES+=          ncurses:base
28
.else
29
USES+=          ncurses:port
30
CFLAGS+=	-I${LOCALBASE}/include/ncurses
31
.endif
32
26
.include <bsd.port.mk>
33
.include <bsd.port.mk>

Return to bug 250836