in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
17 lines
473 B
Makefile
17 lines
473 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= milou
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 Plasmoid for search
|
|
|
|
USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs config coreaddons i18n kdeclarative package \
|
|
plasma-framework runner service
|
|
USE_QT= core gui network qml quick script testlib widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|