svn commit: r482577 - head/devel/poxml

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 15:56:09 UTC 2018


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 at 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 at 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


More information about the svn-ports-all mailing list