Set c++11 on some more kde@ ports.

PR:		233721
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Tobias C. Berner 2018-12-02 15:28:14 +00:00
parent 7fb5ae3a28
commit 6ab0e37414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486419
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo
USE_GL= gl
USES= qmake pyqt:5 qt:5
USES= compiler:c++11-lang qmake pyqt:5 qt:5
USE_QT= core designer printsupport gui widgets xml \
buildtools_build qmake_build

View File

@ -16,7 +16,7 @@ LICENSE_FIKE= ${WRKSRC}/lgpl-2.1.txt
LIB_DEPENDS= libass.so:multimedia/libass \
libavcodec.so:multimedia/ffmpeg
USES= qmake:outsource qt:5
USES= compiler:c++11-lang qmake:outsource qt:5
USE_GL= gl
USE_QT= core declarative gui network opengl sql widgets \
buildtools_build qmake_build

View File

@ -8,7 +8,7 @@ PKGNAMEPREFIX= plasma5- # this port is not yet using CATEGORIES=kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 components to integrate browsers into the desktop
USES= cmake:outsource kde:5 qt:5
USES= compiler:c++11-lang cmake:outsource kde:5 qt:5
USE_KDE= activities config coreaddons i18n kio notifications package \
plasma-framework runner service windowsystem
USE_QT= core dbus gui widgets \

View File

@ -10,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt implementation of WebSocket protocol (QML bindings)
USE_QT= buildtools_build core declarative network websockets
USES= qmake qt-dist:5,websockets
USES= compiler:c++11-lang qmake qt-dist:5,websockets
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>