Date: Sun, 2 Dec 2018 12:44:42 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486410 - head/multimedia/subtitlecomposer Message-ID: <201812021244.wB2Cigwp089794@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Dec 2 12:44:41 2018 New Revision: 486410 URL: https://svnweb.freebsd.org/changeset/ports/486410 Log: USES=compiler:c++11-lang is needed to build this port on gcc-based architectures. While here, pet portlint. PR: 233582 Submitted by: Piotr Kubaj Approved by: maintainer Modified: head/multimedia/subtitlecomposer/Makefile Modified: head/multimedia/subtitlecomposer/Makefile ============================================================================== --- head/multimedia/subtitlecomposer/Makefile Sun Dec 2 12:41:52 2018 (r486409) +++ head/multimedia/subtitlecomposer/Makefile Sun Dec 2 12:44:41 2018 (r486410) @@ -12,13 +12,13 @@ COMMENT= Subtitle editor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_INSTALL= subtitlecomposer-kde4-* - LIB_DEPENDS= libicui18n.so:devel/icu \ libavcodec.so:multimedia/ffmpeg -USES= cmake:outsource desktop-file-utils gettext kde:5 pkgconfig \ - qt:5 shared-mime-info +CONFLICTS_INSTALL= subtitlecomposer-kde4-* + +USES= compiler:c++11-lang cmake:outsource desktop-file-utils gettext \ + kde:5 pkgconfig qt:5 shared-mime-info USE_KDE= auth codecs config configwidgets coreaddons ecm_build i18n \ kio kross sonnet textwidgets widgetsaddons xmlgui USE_QT= buildtools_build qmake_build core gui widgets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812021244.wB2Cigwp089794>