mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
23 lines
518 B
Makefile
23 lines
518 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= script
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 4-compatible scripting module
|
|
|
|
USES= compiler:c++11-lang qmake qt-dist:5,script
|
|
USE_QT= core buildtools_build
|
|
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
|
|
# doesn't work).
|
|
MAKE_ENV= MAKEOBJDIR=.
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/scripttools/ d' \
|
|
${WRKSRC}/src/src.pro
|
|
|
|
.include <bsd.port.mk>
|