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

(-)Makefile (-3 / +1 lines)
Lines 8-17 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Qt 4-compatible scripting module
9
COMMENT=	Qt 4-compatible scripting module
10
10
11
BROKEN_powerpc64=	Does not build
12
13
USE_QT=		core buildtools_build
11
USE_QT=		core buildtools_build
14
USES=		qmake qt-dist:5,script
12
USES=		compiler:c++17-lang qmake qt-dist:5,script
15
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
13
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
16
# doesn't work).
14
# doesn't work).
17
MAKE_ENV=	MAKEOBJDIR=.
15
MAKE_ENV=	MAKEOBJDIR=.

Return to bug 231891