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

Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 12-24 Link Here
12
LICENSE=	LGPL20
12
LICENSE=	LGPL20
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=		qmake compiler:c++11-lib qt:5
15
USES=		compiler:c++17-lang qt:5
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	aarnt
18
GH_ACCOUNT=	aarnt
19
19
20
USE_QT=		core concurrent declarative gui linguist network xml widgets \
20
USE_QT=		core concurrent gui widgets network xml buildtools_build \
21
		buildtools_build
21
		qmake_build
22
USE_GL=		gl
22
23
23
PLIST_FILES=	bin/${PORTNAME} \
24
PLIST_FILES=	bin/${PORTNAME} \
24
		lib/${PORTNAME}/${PORTNAME}-doas \
25
		lib/${PORTNAME}/${PORTNAME}-doas \

Return to bug 253273