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

Collapse All | Expand All

(-)sysutils/mtm/Makefile (-1 / +6 lines)
Lines 11-17 LICENSE= GPLv3+ Link Here
11
LICENSE_FILE=	${WRKSRC}/README.rst
11
LICENSE_FILE=	${WRKSRC}/README.rst
12
12
13
# NB: ncurses 6.1 is required.
13
# NB: ncurses 6.1 is required.
14
USES=		localbase:ldflags ncurses:port
14
USES=		localbase:ldflags
15
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079
16
USES+=		ncurses:base
17
.else
18
USES+=		ncurses:port
19
.endif
15
USE_CSTD=	gnu99
20
USE_CSTD=	gnu99
16
USE_GITHUB=	yes
21
USE_GITHUB=	yes
17
GH_ACCOUNT=	deadpixi
22
GH_ACCOUNT=	deadpixi

Return to bug 250227