View | Details | Raw Unified | Return to bug 252817 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/musikcube/Makefile (-2 / +12 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	musikcube
3
PORTNAME=	musikcube
4
DISTVERSION=	0.96.4
4
DISTVERSION=	0.96.4
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	multimedia audio
6
CATEGORIES=	multimedia audio
7
7
8
MAINTAINER=	yuri@FreeBSD.org
8
MAINTAINER=	yuri@FreeBSD.org
Lines 24-34 LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ Link Here
24
		libtag.so:audio/taglib \
24
		libtag.so:audio/taglib \
25
		libvorbis.so:audio/libvorbis
25
		libvorbis.so:audio/libvorbis
26
26
27
USES=		cmake:noninja compiler:c++14-lang ncurses:port pkgconfig ssl # ncurses:port was changed to base by bug#249572, but this caused it to abort (bug#252817) and was reverted
27
USES=		cmake:noninja compiler:c++14-lang pkgconfig ssl
28
28
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
31
USE_GITHUB=	yes
31
USE_GITHUB=	yes
32
GH_ACCOUNT=	clangen
32
GH_ACCOUNT=	clangen
33
33
34
.include <bsd.port.options.mk>
35
36
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079
37
USES+=		ncurses
38
LDFLAGS+=	-lncursesw -lpanelw
39
.else
40
USES+=		ncurses:port
41
CFLAGS+=	-I${LOCALBASE}/include/ncurses
42
.endif
43
34
.include <bsd.port.mk>
44
.include <bsd.port.mk>

Return to bug 252817