Date: Sat, 20 Oct 2018 15:56:08 +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: r482577 - head/devel/poxml Message-ID: <201810201556.w9KFu8to057504@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Oct 20 15:56:08 2018 New Revision: 482577 URL: https://svnweb.freebsd.org/changeset/ports/482577 Log: devel/poxml: fix build with GCC-based architectures PR: 232423 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/devel/poxml/Makefile Modified: head/devel/poxml/Makefile ============================================================================== --- head/devel/poxml/Makefile Sat Oct 20 15:54:50 2018 (r482576) +++ head/devel/poxml/Makefile Sat Oct 20 15:56:08 2018 (r482577) @@ -7,7 +7,8 @@ CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Tools to translate Docbook XML using gettext -USES= cmake:outsource gettext-tools:build,run kde:5 qt:5 tar:xz +USES= cmake:outsource compiler:c++11-lang gettext-tools:build,run \ + kde:5 qt:5 tar:xz USE_KDE= doctools ecm USE_QT= core xml \ buildtools_build qmake_build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201556.w9KFu8to057504>