Date: Sat, 20 Oct 2018 16:21:15 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482592 - head/x11-toolkits/kproperty Message-ID: <201810201621.w9KGLFhc072915@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Oct 20 16:21:14 2018 New Revision: 482592 URL: https://svnweb.freebsd.org/changeset/ports/482592 Log: x11-toolkits/kproperty: fix build with GCC-based architectures PR: 232385 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/x11-toolkits/kproperty/Makefile Modified: head/x11-toolkits/kproperty/Makefile ============================================================================== --- head/x11-toolkits/kproperty/Makefile Sat Oct 20 16:21:13 2018 (r482591) +++ head/x11-toolkits/kproperty/Makefile Sat Oct 20 16:21:14 2018 (r482592) @@ -9,7 +9,8 @@ DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Property editing framwork -USES= cmake:outsource gettext kde:5 qt:5 tar:xz +USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 \ + tar:xz USE_KDE= ecm config coreaddons guiaddons i18n widgetsaddons USE_QT= core gui widgets xml \ buildtools_build qmake_build qml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201621.w9KGLFhc072915>