e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
17 lines
420 B
Makefile
17 lines
420 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kguiaddons
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 addons to QtGui
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build core gui qmake_build testlib widgets x11extras
|
|
USE_XORG= ice sm x11 xcb xext
|
|
|
|
.include <bsd.port.mk>
|